Set -s WASM=0 for asm.js build

This commit is contained in:
kichikuou
2018-06-24 13:02:43 +09:00
parent 37b926551a
commit 5495c9a180
+1 -1
View File
@@ -18,7 +18,7 @@ LFLAGS += --js-library emscripten/library.js
SYNCLIST := -s EMTERPRETIFY_SYNCLIST="['_muspcm_load_no','_muspcm_load_mixlr','_wait_vsync']"
WASMFLAGS := -s WASM=1 -s "BINARYEN_TRAP_MODE='allow'"
ASMJSFLAGS :=
ASMJSFLAGS := -s WASM=0
all: out/xsystem35.js out/xsystem35.asm.js