MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / main

Function main

example/hello.cc:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95int main(int argc, const char* argv[]) {
96 run();
97 std::cout << "Done." << std::endl;
98 return 0;
99}
100

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected