Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ main
Function
main
example/multi.cc:113–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
112
113
int main(int argc, const char* argv[]) {
114
run();
115
std::cout <<
"Done."
<< std::endl;
116
return 0;
117
}
118
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected