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

Function main

example/memory.cc:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169
170int main(int argc, const char* argv[]) {
171 run();
172 std::cout << "Done." << std::endl;
173 return 0;
174}
175

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected