Bug fixes
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
-