Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update expected binaryen version to 117
After WebAssembly/binaryen#6358, we need to
update this to pass the tests.
  • Loading branch information
aheejin committed Feb 28, 2024
commit e759599af7f5c4046c3f8e97edf4a459f920e491
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 = 117

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