MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / initRuntime

Function initRuntime

test/js_optimizer/minimal-runtime-emitDCEGraph.js:39–41  ·  view source on GitHub ↗
(wasmExports)

Source from the content-addressed store, hash-verified

37 var ret = _main();
38}
39function initRuntime(wasmExports) {
40 for (var i in __ATINIT__) __ATINIT__[i].func();
41}
42var env = wasmImports;
43env["memory"] = wasmMemory;
44env["table"] = new WebAssembly.Table({

Calls

no outgoing calls

Tested by

no test coverage detected