Skip to content

Commit

Permalink
Make disabling WASM_BIGINT explicit. (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Hashimoto <[email protected]>
  • Loading branch information
rhashimoto and shoestringresearch authored Jan 22, 2025
1 parent 3c20261 commit d1f6248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ EMFLAGS_COMMON = \
-s INVOKE_RUN \
-s ENVIRONMENT="web,worker" \
-s STACK_SIZE=512KB \
-s WASM_BIGINT=0 \
$(EMFLAGS_EXTRA)

EMFLAGS_DEBUG = \
Expand Down

0 comments on commit d1f6248

Please sign in to comment.