mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[build] Disable WebAssembly on emscripten
This commit is contained in:
committed by
EmilieNumworks
parent
8287264503
commit
6de650064e
@@ -85,7 +85,7 @@ EMFLAGS += -s ASSERTIONS=1
|
||||
EMFLAGS += -s SAFE_HEAP=1
|
||||
endif
|
||||
|
||||
EMFLAGS += -s MODULARIZE=1 -s 'EXPORT_NAME="Epsilon"'
|
||||
EMFLAGS += -s WASM=0 -s MODULARIZE=1 -s 'EXPORT_NAME="Epsilon"'
|
||||
|
||||
SFLAGS += $(EMFLAGS)
|
||||
LDFLAGS += $(EMFLAGS) -Oz -s EXPORTED_FUNCTIONS='["_main", "_IonEventsEmscriptenKeyDown", "_IonEventsEmscriptenKeyUp", "_IonEventsEmscriptenPushEvent", "_IonSoftwareVersion", "_IonPatchLevel"]'
|
||||
|
||||
Reference in New Issue
Block a user