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.