Skip to content

Commit 876666a

Browse files
authored
Update binaryen version to 109 (#17218)
1 parent 17ea9f0 commit 876666a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/building.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@
3838

3939
# Building
4040
binaryen_checked = False
41+
EXPECTED_BINARYEN_VERSION = 109
4142

42-
EXPECTED_BINARYEN_VERSION = 108
4343
# cache results of nm - it can be slow to run
4444
nm_cache = {}
4545
_is_ar_cache = {}
46+
4647
# the exports the user requested
4748
user_requested_exports = set()
4849

0 commit comments

Comments
 (0)