Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/core/test_em_async_js.c:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
});
42
43
int main() {
44
printf(
"foo returned: %f\n"
, foo(10));
45
bar();
46
return 0;
47
}
Callers
nothing calls this directly
Calls
3
printf
Function · 0.85
foo
Function · 0.70
bar
Function · 0.70
Tested by
no test coverage detected