Skip to content

Commit 494c9d1

Browse files
authored
Update binaryen version to 126 (#26266)
After WebAssembly/binaryen#8326
1 parent 2d25717 commit 494c9d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/building.py

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

5454
# Building
5555
binaryen_checked = False
56-
EXPECTED_BINARYEN_VERSION = 125
56+
EXPECTED_BINARYEN_VERSION = 126
5757

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

0 commit comments

Comments
 (0)