Skip to content

Commit 3abb104

Browse files
authored
build(wasm): support big endian machines (tree-sitter#3492)
1 parent ce37b11 commit 3abb104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/build-wasm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ $emcc \
119119
-s WASM=1 \
120120
-s INITIAL_MEMORY=33554432 \
121121
-s ALLOW_MEMORY_GROWTH=1 \
122+
-s SUPPORT_BIG_ENDIAN=1 \
122123
-s MAIN_MODULE=2 \
123124
-s FILESYSTEM=0 \
124125
-s NODEJS_CATCH_EXIT=0 \

0 commit comments

Comments
 (0)