Skip to content

Commit

Permalink
fix: don't build with WASM_BIGINT
Browse files Browse the repository at this point in the history
this results in some size_t parameters requiring a BigInt while everything else behaves as if it were 32-bit
  • Loading branch information
TTtie committed Sep 30, 2024
1 parent 99369f6 commit ed9bd7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build-libsodium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ 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_ASYNC_COMPILATION=0"
export LDFLAGS="${LDFLAGS} -s WASM_BIGINT"

echo

Expand Down

0 comments on commit ed9bd7d

Please sign in to comment.