more wasm improvements, tweak welcome dialog
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
be279ddabd
commit
f9a7099548
5 changed files with 28 additions and 12 deletions
|
|
@ -231,9 +231,9 @@ ifeq ($(WASM),true)
|
|||
ifneq ($(STATIC_BUILD),true)
|
||||
LINK_FLAGS += --preload-file=./jsfx
|
||||
LINK_FLAGS += --preload-file=./lv2
|
||||
LINK_FLAGS += --use-preload-plugins
|
||||
endif
|
||||
LINK_FLAGS += --preload-file=./resources
|
||||
LINK_FLAGS += --use-preload-plugins
|
||||
LINK_FLAGS += -sALLOW_MEMORY_GROWTH
|
||||
LINK_FLAGS += -sINITIAL_MEMORY=64Mb
|
||||
LINK_FLAGS += -sLZ4=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue