Skip to content

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

Filter by

1k results
 (71 ms)

1k results

inAssemblyScript/assemblyscript (press backspace or delete to remove)

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 
    7 days ago
  • #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

Feature suggestion See - https://github.com/denoland/deno/issues/14362 - https://github.com/quickjs-ng/quickjs/pull/204 Deno and Bun execute AssemblyScript directly (after transforming or stripping ...
enhancement
  • guest271314
  • 13
  • Opened 
    on Feb 2
  • #2903

Bug description This appears to be a bug in AssemblyScript //import ./assemblyscript/std/portable.js ; //import process from node:process ; // array_nth_permutation export function array_nth_permutation(len: ...
question
  • guest271314
  • 10
  • Opened 
    on Feb 1
  • #2902

Question I ve compiled Rust source code to WASM, then compiled that WASM to JavaScript with wasm2js, then used a WASI implementation from here https://gitlab.com/-/snippets/4782260 to execute the JavaScript ...
question
  • guest271314
  • 15
  • Opened 
    on Jan 27
  • #2901

Bug description wasm2js throws Fatal: error in validating input. Steps to reproduce node_modules/.bin/asc --config ./node_modules/@assemblyscript/wasi-shim/asconfig.json module.ts -o module.wasm module.ts ...
question
  • guest271314
  • 3
  • Opened 
    on Jan 26
  • #2900

Question What I tried const reader: ReadableStreamDefaultReader = process.stdin.getReader(); reader.read().then((data) = { process.stdout.write(data); }); Error message node_modules/.bin/asc --config ...
question
  • guest271314
  • 6
  • Opened 
    on Jan 26
  • #2899

Question Testing AssemblyScript in the editor I get WAT which I compile to WASM using WABT. I used the approach here https://github.com/AssemblyScript/assemblyscript/issues/617 in Deno runtime to run ...
question
  • guest271314
  • 2
  • Opened 
    on Jan 26
  • #2898
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! 
Restrict your search to the title by using the in:title qualifier.
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