Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ worker_main
Function
worker_main
test/atomic/test_wait64_notify.c:50–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
char stack[4096];
49
50
void worker_main() {
51
run_test();
52
#ifdef REPORT_RESULT
53
REPORT_RESULT(addr >> 32);
54
#endif
55
}
56
57
#else
58
Callers
nothing calls this directly
Calls
1
run_test
Function · 0.70
Tested by
no test coverage detected