Fix wasm build not loading lv2 plugins under Chrome
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
9ca4fa74b9
commit
22554bae0c
2 changed files with 2 additions and 1 deletions
2
dpf
2
dpf
|
@ -1 +1 @@
|
|||
Subproject commit f412918c5f4022f074663abf86877a67f9d9a421
|
||||
Subproject commit 9d37dbf240e770195624e4fc4e06d2b49cf4661a
|
|
@ -233,6 +233,7 @@ LINK_FLAGS += --preload-file=./jsfx
|
|||
LINK_FLAGS += --preload-file=./lv2
|
||||
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