Skip to content

Commit 8dfea2f

Browse files
authored
Bump expected Binaryen version to 125 (emscripten-core#25834)
Following WebAssembly/binaryen#8063
1 parent af9ee5b commit 8dfea2f

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
@@ -54,7 +54,7 @@
5454

5555
# Building
5656
binaryen_checked = False
57-
EXPECTED_BINARYEN_VERSION = 124
57+
EXPECTED_BINARYEN_VERSION = 125
5858

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

0 commit comments

Comments
 (0)