Releases: AssemblyScript/assemblyscript
Releases · AssemblyScript/assemblyscript
v0.19.12
New features
- Add optional capacity parameter to loader's __newArray (#2024) (8eaa44a)
- Add __getFunction helper to loader (#2037) (b0549e0)
Bug fixes
- Make messages and labels optional in WASI console APIs (#2047) (8e75367)
- Annotate internal helpers in TS definitions (#2039) (71e407b)
- Properly handle nulls in runtime upcast checks (#2042) (df3d29c)
- Compile virtual dependencies before finalizing stubs (#2040) (115c820)
Other
- Update binaryen (#2029) (b652b46)
- Execute portable glue only once (#2049) (ee6144c)
- Cherry pick some loader string test cases (#2050) (587c414)
- Manually update nightly version in CI (#2046) (454529d)
- Add web template to asinit (#1996) (c5ba209)
- Optimize Array#reverse method (#2016) (fa42172)
- Slightly improve pass pipeline (#2028) (91b531c)
v0.19.11
v0.19.10
v0.19.9
v0.19.8
New features
- Add findLastIndex for Array and TypedArray (Stage 3) (#1981) (a0307d8)
- add __newArrayBuffer() to the loader (#1965) (5df7318)
Bug fixes
- use type cast for comparing BinaryOp to
-1(#1964) (20a0635) - Make warning 232 pedantic (#1986) (3a33a25)
- check function's instance class is a subclass of virtual method (#1985) (1958554)