[HTML5] EditorRunNative works with GDNative.
This "breaks" our loading bar logic (libraries are not counted). Fixing it is non trivial and probably deserves investigating a different strategy.
This commit is contained in:
parent
ca34b5e57a
commit
611c4998e8
6 changed files with 65 additions and 17 deletions
|
|
@ -1 +1 @@
|
|||
Module['dynamicLibraries'] = [Module['thisProgram'] + '.side.wasm'];
|
||||
Module['dynamicLibraries'] = [Module['thisProgram'] + '.side.wasm'].concat(Module['dynamicLibraries'] ? Module['dynamicLibraries'] : []);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue