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

Function main

example/trap.cc:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122
123int main(int argc, const char* argv[]) {
124 run();
125 std::cout << "Done." << std::endl;
126 return 0;
127}
128

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected