Skip to content

Commit 6fa576b

Browse files
authored
Bump Binaryen to 120 (#23197)
WebAssembly/binaryen#7153 updated Binaryen version to 121, but bumping the version to 121 here does not pass the CI (because Binaryen version is behind by 2), so this updates the version to 120 for the moment.
1 parent 951f59b commit 6fa576b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/building.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

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

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

0 commit comments

Comments
 (0)