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

Function helper

test/js_optimizer/wasm2js.js:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4var helpee = 12;
5
6function helper() {
7 return helpee;
8}
9
10function asmFunc(global, env, buffer) {
11 var memory = env.memory;

Callers 1

$0Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected