Skip to content

issues Search Results · repo:AssemblyScript/assemblyscript language:WebAssembly

Filter by

1k results
 (58 ms)

1k results

inAssemblyScript/assemblyscript (press backspace or delete to remove)

Bug description env: node: v22.16.0 assemblyscript: 0.28.2 asbuild fail with blow error: ReferenceError: fetch is not defined at anonymous (/{PATH_TO_PROJECT}/node_modules/assemblyscript/node_modules/as-float/index.js:3:45) ...
bug
  • leeho0108
  • 4
  • Opened 
    7 days ago
  • #2929

Bug description call_indirect does not handle its arguments which are GC managed object Steps to reproduce class A { v: i32 = 10; } class B { v: i32 = 20; } function foo(a: A): void { __collect(); ...
bug
  • HerrCai0907
  • Opened 
    14 days ago
  • #2923

Bug description Expected exports to contain wasm exports, instead getting undefined value. Steps to reproduce Run asc with --bindings raw. In build/release.js line 24 now contains: const { exports ...
question
  • calibertechnology
  • 1
  • Opened 
    22 days ago
  • #2921

Bug description You should be able to use a switch statement for variables that are of type string, but it currently gives compiler errors: This was mentioned lightly in https://github.com/AssemblyScript/assemblyscript/issues/648#issuecomment-740642872 ...
bug
  • mattjohnsonpint
  • Opened 
    28 days ago
  • #2919

Bug description Template literal strings can interpolate most scalar value types, including strings, numbers, booleans, etc. However, trying to use a nullable string in a template literal currently leads ...
bug
  • mattjohnsonpint
  • 8
  • Opened 
    29 days ago
  • #2918

Bug description When upgrading to version 0.27.35, I am getting a new error in my builds: tsc ../../node_modules/assemblyscript/std/assembly/index.d.ts:2698:3 - error TS1038: A declare modifier ...
bug
  • haykam821
  • 3
  • Opened 
    on Apr 18
  • #2915

Question How to access environment variables in assemblyscript? process.env.get( key1 ) I noticed that the env variables access can be done in other languages(such as rust and tinygo) when .wasm was ...
question
  • vm-001
  • 2
  • Opened 
    on Mar 27
  • #2914

Bug description As the title states, the documentation state Date.now() returns a i64 value but the wasm module actually expects a f64. (type (;18;) (func (result f64))) (import env Date.now (func ...
question
  • nguterresn
  • 2
  • Opened 
    on Feb 11
  • #2911

Bug description Strange issue found while working on something unrelated. It seems that in certain cases, the compiler creates NaN on some platforms, and -NaN on others. This can lead to test failures. ...
bug
  • mattjohnsonpint
  • 2
  • Opened 
    on Feb 6
  • #2909

Bug description Found via StackOverflow: https://stackoverflow.com/q/79232050/634824 TypeScript allows the this keyword to be used as a type. - https://www.typescriptlang.org/docs/handbook/2/classes.html#this-types ...
bug
  • mattjohnsonpint
  • 2
  • Opened 
    on Feb 3
  • #2904
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub