Skip to content

Releases: AssemblyScript/assemblyscript

v0.18.1

30 Jan 00:58
027f938
Compare
Choose a tag to compare

Bug fixes

Other

v0.18.0

29 Jan 00:58
b857944
Compare
Choose a tag to compare

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

19 Jan 01:33
f06b68f
Compare
Choose a tag to compare

Bug fixes

  • Include the loader's Class.wrap in generated TS definitions (#1618) (f06b68f)

v0.17.13

03 Jan 01:11
caa5801
Compare
Choose a tag to compare

Bug fixes

  • Make sure the main start function is assembled last (#1607) (caa5801)

v0.17.12

28 Dec 01:05
485cfee
Compare
Choose a tag to compare

Bug fixes

v0.17.11

20 Dec 00:57
bef5bea
Compare
Choose a tag to compare

Bug fixes

Other

v0.17.10

19 Dec 00:55
4b204db
Compare
Choose a tag to compare

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

18 Dec 00:55
c54dd64
Compare
Choose a tag to compare

Bug fixes

v0.17.8

17 Dec 00:55
17f908f
Compare
Choose a tag to compare

Bug fixes

  • Fix relational string comparisons when sizes differ (#1583) (17f908f)

Other

v0.17.7

10 Dec 00:52
879e10f
Compare
Choose a tag to compare

Bug fixes

  • Fix invalid and remove unnecessary string encoding arguments in asc (#1570) (879e10f)