Skip to content

Commit f7571a4

Browse files
authoredApr 11, 2023
fix: Update Binaryen to 112.0.0-nightly.20230411 (#2683)
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.
1 parent 076d8a9 commit f7571a4

File tree

255 files changed

+8587
-8585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+8587
-8585
lines changed
 

‎package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"engineStrict": true,
2727
"dependencies": {
28-
"binaryen": "111.0.0-nightly.20230202",
28+
"binaryen": "112.0.0-nightly.20230411",
2929
"long": "^5.2.1"
3030
},
3131
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.