()
| 1830 | callRuntimeCallbacks(onPreRuns); |
| 1831 | } |
| 1832 | function initRuntime() { |
| 1833 | assert(!runtimeInitialized); |
| 1834 | runtimeInitialized = true; |
| 1835 | checkStackCookie(); |
| 1836 | SOCKFS.root = FS2.mount(SOCKFS, {}, null); |
| 1837 | if (!Module['noFSInit'] && !FS2.initialized) FS2.init(); |
| 1838 | TTY.init(); |
| 1839 | wasmExports['__wasm_call_ctors'](); |
| 1840 | FS2.ignorePermissions = false; |
| 1841 | } |
| 1842 | function preMain() { |
| 1843 | checkStackCookie(); |
| 1844 | } |
no test coverage detected