Skip to content

Commit e25fa53

Browse files
authored
Update Binaryen version to 117 (#21451)
After WebAssembly/binaryen#6358, I tried to update this to 117, but it looks due to some unfinished builds I ended up updating it to 116 (#21446 (comment)). This brings it up to 117.
1 parent e1b138a commit e25fa53

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 = 116
42+
EXPECTED_BINARYEN_VERSION = 117
4343

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

0 commit comments

Comments
 (0)