assemblyscript
assemblyscript copied to clipboard
A TypeScript-like language for WebAssembly.
### Bug description use recursive function + template string will lead to wrong result. ### Steps to reproduce ```ts function f(v: number): string { if (v
### 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...
### 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...
### 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,...