mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [emscripten] Add module loader when -s MODULARIZE=1 enabled
Add Module() call and Module().then(callback).
Related: https://emscripten.org/docs/getting_started/FAQ.html#how-can-i-tell-when-the-page-is-fully-loaded-and-it-is-safe-to-call-compiled-functions
Signed-off-by: Bumsik Kim <k.bumsik@gmail.com>
* [emscripten] Move runtime functions to the global space
All of these runtime functions are removed more than a year ago.
Related:
|
||
|---|---|---|
| .. | ||
| emscripten-tests.ts | ||
| index.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||