build(wasm): support big endian machines (#3492)
This commit is contained in:
parent
ce37b112dc
commit
3abb104738
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue