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

Method _main

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

Source from the content-addressed store, hash-verified

1// TypeScript bindings for emscripten-generated code. Automatically generated at compile time.
2interface WasmModule {
3 _main(_0: number, _1: number): number;
4}
5
6type EmbindString = ArrayBuffer|Uint8Array|Uint8ClampedArray|Int8Array|string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected