MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / AsyncScriptFailed

Function AsyncScriptFailed

test/pthread/test_pthread_run_script.c:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void AsyncScriptFailed() {
31 printf("async script load failed!\n");
32 TestAsyncRunScript();
33}
34
35int main() {
36 // 1. Test that emscripten_run_script() works in a pthread, and it gets

Callers

nothing calls this directly

Calls 2

printfFunction · 0.85
TestAsyncRunScriptFunction · 0.85

Tested by

no test coverage detected