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

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...

bug

### 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...

bug
question

`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...

enhancement
breaking change

### 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...

enhancement

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...

enhancement
compatibility
general-relativity

### 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...

enhancement

### 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...

enhancement