Skip to content

Releases: AssemblyScript/assemblyscript

v0.27.29

07 Jul 01:24
f79391c
Compare
Choose a tag to compare

Bug fixes

Other

v0.27.28

22 Jun 01:16
78963c5
Compare
Choose a tag to compare

Bug fixes

  • detect execution environment when loading wasm module (#2855) (78963c5)

Other

  • chore: temporary disable std/math.release.wat check in aarch64 osx (#2856) (be49610)

v0.27.27

11 Apr 01:11
64cba2e
Compare
Choose a tag to compare

Bug fixes

  • for statement increment will be processed in correct context (#2839) (64cba2e)

Other

  • chore: remove comment in PR title check pipeline (#2837) (721236d)
  • chore: add action to check PR title prefix (#2836) (9e23c8c)

v0.27.26

03 Apr 03:22
b640ff2
Compare
Choose a tag to compare

Bug fixes

  • ignore this (#2834) (b640ff2)
    This is a dummy commit to create a new release.

Other

  • Compile incrementors in for loops within the initializer's flow (#2826) (9102c05)
    It turns out that incrementors were compiled with the body's flow, which
    meant that the incrementor had access to local variables declared in the
    body. Now, incrementors no longer have access to such variables.

    Fixes #2825.

  • Binaryen on transform (#2832) (9605c03)

    • Expose binaryen instance on transform

    • Fix invalid import in generated output

v0.27.25

09 Mar 01:06
de174c5
Compare
Choose a tag to compare

Bug fixes

v0.27.24

31 Jan 01:09
4655745
Compare
Choose a tag to compare

Bug fixes

v0.27.23

16 Jan 01:14
67579de
Compare
Choose a tag to compare

Bug fixes

Other

  • Update Binaryen (#2811) (dc547a8)
    This version of binaryen.js has the requisite 4 GiB max memory change.
    Fixes #2810.

v0.27.22

24 Nov 01:11
1e0466e
Compare
Choose a tag to compare

New features

v0.27.21

22 Nov 01:15
153def6
Compare
Choose a tag to compare

Bug fixes

v0.27.20

21 Nov 01:16
d142ac8
Compare
Choose a tag to compare

Bug fixes

  • Improve date parsing (fractional seconds, UTC offsets) (#2803) (d142ac8)