MCPcopy 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

48char stack[4096];
49
50void 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_testFunction · 0.70

Tested by

no test coverage detected