mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
build(wasm): support big endian machines (#3492)
This commit is contained in:
parent
ce37b112dc
commit
3abb104738
|
|
@ -119,6 +119,7 @@ $emcc \
|
|||
-s WASM=1 \
|
||||
-s INITIAL_MEMORY=33554432 \
|
||||
-s ALLOW_MEMORY_GROWTH=1 \
|
||||
-s SUPPORT_BIG_ENDIAN=1 \
|
||||
-s MAIN_MODULE=2 \
|
||||
-s FILESYSTEM=0 \
|
||||
-s NODEJS_CATCH_EXIT=0 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue