build(wasm): support big endian machines (#3492)

This commit is contained in:
Julian 2024-07-29 15:19:56 +02:00 committed by GitHub
parent ce37b112dc
commit 3abb104738
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \