mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Emscripten: do not use WASM_BIGINT, for compatibility
This commit is contained in:
@@ -17,6 +17,7 @@ export LDFLAGS="${LDFLAGS} -s DISABLE_EXCEPTION_CATCHING=1"
|
||||
export LDFLAGS="${LDFLAGS} -s ELIMINATE_DUPLICATE_FUNCTIONS=1"
|
||||
export LDFLAGS="${LDFLAGS} -s NODEJS_CATCH_EXIT=0"
|
||||
export LDFLAGS="${LDFLAGS} -s NODEJS_CATCH_REJECTION=0"
|
||||
export LDFLAGS="${LDFLAGS} -s WASM_BIGINT=0"
|
||||
|
||||
echo
|
||||
if [ "$1" = "--standard" ]; then
|
||||
|
||||
Reference in New Issue
Block a user