Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ ready
Function
ready
test/js_optimizer/minimal-runtime-emitDCEGraph.js:2–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
var
Module = Module;
2
function
ready() {
3
run();
4
}
5
var
UTF8Decoder =
new
TextDecoder(
"utf8"
);
6
function
UTF8ArrayToString(u8Array, idx) {
7
var
endPtr = idx;
Callers
3
minimal-runtime-emitDCEGraph.js
File · 0.70
minimal-runtime-applyDCEGraphRemovals-output.js
File · 0.70
minimal-runtime-applyDCEGraphRemovals.js
File · 0.70
Calls
1
run
Function · 0.70
Tested by
no test coverage detected