Skip to content

Commit f66b5d7

Browse files
authored
Bump Binaryen version to 121 (emscripten-core#23207)
WebAssembly/binaryen#7153 updated Binaryen version to 121, and we updated it in Emscripten to 120 to make the CI pass (emscripten-core#23197). Now that https://chromium-review.googlesource.com/c/emscripten-releases/+/6103023 has landed, I think we can update it to 121.
1 parent ad49af3 commit f66b5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/building.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# Building
4141
binaryen_checked = False
42-
EXPECTED_BINARYEN_VERSION = 120
42+
EXPECTED_BINARYEN_VERSION = 121
4343

4444
_is_ar_cache: Dict[str, bool] = {}
4545
# the exports the user requested

0 commit comments

Comments
 (0)