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

Method _fooInt

test/other/test_emit_tsd.d.ts:18–18  ·  view source on GitHub ↗
(_0: number, _1: number)

Source from the content-addressed store, hash-verified

16interface WasmModule {
17 _fooVoid(): void;
18 _fooInt(_0: number, _1: number): number;
19 _main(_0: number, _1: number): number;
20}
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected