github AssemblyScript/assemblyscript v0.27.26

latest releases: v0.27.31, v0.27.30, v0.27.29...
8 months ago

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

Don't miss a new assemblyscript release

NewReleases is sending notifications on new releases.