()
| 1664 | __name(initMemory, "initMemory"); |
| 1665 | var __RELOC_FUNCS__ = []; |
| 1666 | function preRun() { |
| 1667 | if (Module["preRun"]) { |
| 1668 | if (typeof Module["preRun"] == "function") Module["preRun"] = [Module["preRun"]]; |
| 1669 | while (Module["preRun"].length) { |
| 1670 | addOnPreRun(Module["preRun"].shift()); |
| 1671 | } |
| 1672 | } |
| 1673 | callRuntimeCallbacks(onPreRuns); |
| 1674 | } |
| 1675 | __name(preRun, "preRun"); |
| 1676 | function initRuntime() { |
| 1677 | runtimeInitialized = true; |