Skip to content

Commit

Permalink
Update Binaryen version to 117
Browse files Browse the repository at this point in the history
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
(emscripten-core#21446 (comment)).
This brings it up to 117.
  • Loading branch information
aheejin committed Feb 28, 2024
1 parent 6105e76 commit 3f2bc2a
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 = 116
EXPECTED_BINARYEN_VERSION = 117

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

0 comments on commit 3f2bc2a

Please sign in to comment.