virtualx-engine/platform/javascript/js/engine
Fabio Alessandrelli ae3c9345cc [HTML5] Fix Mono builds (old emcc?)
Promise chaining the emscripten module `then` function breaks it badly,
causing an infinite loop.
I'm unsure about the source of the issue, but most likely at this point
is due to the old emscripten version (I remember very old html5 builds
having issue with promise chaining too).

With this commit, we no longer use the module as a promise, and
instantiate it using `Promise` objects directly for compatibility.
2021-03-29 18:15:22 +02:00
..
config.js [HTML5] Drag and drop zip in project manager. 2021-03-12 10:16:02 +01:00
engine.externs.js [HTML5] Preloader fetch, streaming instantiation. 2021-03-05 20:11:18 +01:00
engine.js [HTML5] Fix Mono builds (old emcc?) 2021-03-29 18:15:22 +02:00
preloader.js [HTML5] Export process writes sizes in template. 2021-03-05 20:15:38 +01:00