Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/browser/async_virtual.cpp:26–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
BatchFile *bf = &b;
25
26
int main(void) {
27
printf(
"main.\n"
);
28
int cnt = 0;
29
int result = 0;
30
while (cnt < 5) {
31
printf(
"main loop %i\n"
, ++cnt);
32
result += bf->ReadLine(0);
33
}
34
assert(result == 5);
35
return 0;
36
}
37
Callers
nothing calls this directly
Calls
3
printf
Function · 0.85
ReadLine
Method · 0.80
assert
Function · 0.50
Tested by
no test coverage detected