Skip to content

v0.27.2

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 01:21
77d0af2

New features

Bug fixes

  • Update Binaryen to 112.0.0-nightly.20230411 (#2683) (f7571a4)
    Emscripten lowered the default stack size of emitted modules to 64kb recently, easily producing stack overflows in the optimizer. This version of Binaryen increases stack size to the previous 5mb again.

Other