Skip to content

Commit

Permalink
Update expected binaryen version to 116 (#21446)
Browse files Browse the repository at this point in the history
After WebAssembly/binaryen#6358, we need to
update this to pass the tests.
  • Loading branch information
aheejin committed Feb 28, 2024
1 parent c3d33aa commit 6105e76
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 = 115
EXPECTED_BINARYEN_VERSION = 116

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

0 comments on commit 6105e76

Please sign in to comment.