assemblyscript
assemblyscript copied to clipboard
A TypeScript-like language for WebAssembly.
This is the first pr to support first class function. Firstly we need to support allocating function object in heap instead of data area.
### Bug description Error `TypeError: internref expected` is raised by `__lowerInternref` when a Map is passed to a function ### Steps to reproduce create a .ts file with ```TypeScript export...
### Question I have a set of data in key-value pairs that is constant, never changing. I need to access the values by using a variable that holds the key...
`new A() == new B()` and `new B() == new A()` will call different operator overload functions if both A and B have overload function declarations. It needs more clear...
### Feature suggestion The `@inline` annotation breaks the ability to have a single codebase that can be compiled via AssemblyScript and also ran natively in a JS engine that supports...
Changes proposed in this pull request: ⯈ Add an optional handler for calls to `memory.grow()` in the RT. ⯈ Unrelatedly, skip fixture comparisons in tests if compiling them failed. The...
### Feature suggestion #798 and #1240 has discussed lots of thing about closure, but maybe there are some outdated information. So I want to start to discuss it in some...
### Feature suggestion This is a mode that is interoperable with bundlers, and is also supported in node under ` --experimental-wasm-modules`, rather than relying on the bundler packaging the WASM...
### Feature suggestion Hello, the WebAssembly `multi-memory` proposal has advanced to Phase 3, and there are several engines that have implemented the proposal. One perennial problem is that no mainstream...