Releases: AssemblyScript/assemblyscript
Releases · AssemblyScript/assemblyscript
v0.27.10
Bug fixes
StaticArray#concat
link child to incorrect parent (#2746) (1126ef1)
v0.27.9
Bug fixes
- Error on usage of reference types in fields (#2733) (321ed3d)
v0.27.3
Bug fixes
- Generate wrapper binding functions for non-identifier imports (#2657) (688746a)
- Fix missing cast in process.ts (#2693) (3b2381b)
Other
v0.27.2
New features
Bug fixes
- Update Binaryen to 112.0.0-nightly.20230411 (#2683) (f7571a4)
Emscripten lowered the default stack size of emitted modules to 64kb recently, easily producing stack overflows in the optimizer. This version of Binaryen increases stack size to the previous 5mb again.
Other
v0.27.1
Bug fixes
- Move compilation of instanceof helpers post override discovery (#2661) (9497c3d)
Other