MCPcopy
hub / github.com/opentrace/opentrace / initRuntime

Function initRuntime

ui/public/lbug_wasm_worker.js:1832–1841  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers 1

doRunFunction · 0.85

Calls 3

assertFunction · 0.85
checkStackCookieFunction · 0.85
initMethod · 0.65

Tested by

no test coverage detected