Skip to content

Commit d1f6248

Browse files
Make disabling WASM_BIGINT explicit. (rhashimoto#241)
Co-authored-by: Roy Hashimoto <roy@shoestringresearch.com>
1 parent 3c20261 commit d1f6248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ EMFLAGS_COMMON = \
5454
-s INVOKE_RUN \
5555
-s ENVIRONMENT="web,worker" \
5656
-s STACK_SIZE=512KB \
57+
-s WASM_BIGINT=0 \
5758
$(EMFLAGS_EXTRA)
5859

5960
EMFLAGS_DEBUG = \

0 commit comments

Comments
 (0)