Skip to content

Commit

Permalink
Bump Binaryen version to 121 (#23207)
Browse files Browse the repository at this point in the history
WebAssembly/binaryen#7153 updated Binaryen
version to 121, and we updated it in Emscripten to 120 to make the CI
pass (#23197). Now that
https://chromium-review.googlesource.com/c/emscripten-releases/+/6103023
has landed, I think we can update it to 121.
  • Loading branch information
aheejin authored Dec 18, 2024
1 parent ad49af3 commit f66b5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/building.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# Building
binaryen_checked = False
EXPECTED_BINARYEN_VERSION = 120
EXPECTED_BINARYEN_VERSION = 121

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

0 comments on commit f66b5d7

Please sign in to comment.