MCPcopy Create free account
hub / github.com/nodejs/node / js-wasm-cycle.js

File js-wasm-cycle.js

test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function f() { return 42; }
2export { f };
3
4import { mem, tab, glob, func } from "./js-wasm-cycle.wasm";

Callers

nothing calls this directly

Calls 3

funcFunction · 0.90
assert_trueFunction · 0.50
assert_equalsFunction · 0.50

Tested by

no test coverage detected