Skip to content

Commit d0ff93d

Browse files
authored
Bump EXPECTED_BINARYEN_VERSION 100 -> 101 (emscripten-core#13924)
See WebAssembly/binaryen#3812
1 parent 6ca2853 commit d0ff93d

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
@@ -37,7 +37,7 @@
3737
# Building
3838
binaryen_checked = False
3939

40-
EXPECTED_BINARYEN_VERSION = 100
40+
EXPECTED_BINARYEN_VERSION = 101
4141
# cache results of nm - it can be slow to run
4242
nm_cache = {}
4343
# Stores the object files contained in different archive files passed as input

0 commit comments

Comments
 (0)