Skip to content

v0.27.26

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 03:22
b640ff2

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