Releases: AssemblyScript/assemblyscript
Releases · AssemblyScript/assemblyscript
v0.18.0
Breaking changes
- Rewrite runtime, switch to tracing GC and bootstrap (#1559) (b857944)
The exported runtime interface has changed, affecting how external objects are being kept alive. Please refer to the updated documentation on Garbage collection for all the details.
Other
- Add valueOf method to generated class definitions (#1631) (ffdf411)
v0.17.14
Bug fixes
- Include the loader's Class.wrap in generated TS definitions (#1618) (f06b68f)
v0.17.13
Bug fixes
- Make sure the main start function is assembled last (#1607) (caa5801)
v0.17.10
Bug fixes
- Unify ctor generation with and without base ctor (#1590) (4b204db)
- Fix binary util discarding bits when compiling to Wasm (#1589) (a4f0c3b)
v0.17.8
Bug fixes
- Fix relational string comparisons when sizes differ (#1583) (17f908f)
Other
v0.17.7
Bug fixes
- Fix invalid and remove unnecessary string encoding arguments in asc (#1570) (879e10f)