Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

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

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
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.