assemblyscript icon indicating copy to clipboard operation
assemblyscript copied to clipboard

A TypeScript-like language for WebAssembly.

Results 234 assemblyscript issues
Sort by recently updated
recently updated
newest added

### Bug description use recursive function + template string will lead to wrong result. ### Steps to reproduce ```ts function f(v: number): string { if (v

bug

### Feature suggestion When WebAssembly memories are grown, any existing ArrayBuffers are detached...unless we use the brand-new [`toResizableBuffer()`](https://webassembly.github.io/spec/js-api/#dom-memory-toresizablebuffer) method on [`WebAssembly.Memory`](https://webassembly.github.io/spec/js-api/#memory) objects. Calling this method in our JS bindings would...

enhancement

### Feature suggestion Right now, to create a map and fill it with data, we have to do it in two steps: first create an empty map, then add each...

enhancement

### Feature suggestion Hi, want to link asc generated output with object files generated from other languages using llvm wasm-ld It seems as of current version, this is not possible,...

enhancement