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

Function main

example/callback.cc:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141int main(int argc, const char* argv[]) {
142 run();
143 std::cout << "Done." << std::endl;
144 return 0;
145}
146

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected