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

Function applySignatureConversions

test/js_optimizer/emitDCEGraph.js:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57var expD9 = wasmExports['expD9'];
58
59function applySignatureConversions() {
60 // Wrapping functions should not constitute a usage
61 wasmExports['expD6'] = foo(wasmExports['expD6']);
62}
63
64// add uses for some of them
65expD1;

Callers 2

receiveInstanceFunction · 0.85

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected