Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ main
Function
main
example/finalize.cc:97–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
96
97
int main(int argc, const char* argv[]) {
98
run();
99
std::cout <<
"Live count "
<< live_count << std::endl;
100
assert(live_count == 0);
101
std::cout <<
"Done."
<< std::endl;
102
return 0;
103
}
104
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected