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

Function main

example/table.cc:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188
189int main(int argc, const char* argv[]) {
190 run();
191 std::cout << "Done." << std::endl;
192 return 0;
193}

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected