Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ AsyncScriptLoaded
Function
AsyncScriptLoaded
test/pthread/test_pthread_run_script.c:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void AsyncScriptLoaded() {
26
printf(
"async script load succeeded!\n"
);
27
TestAsyncRunScript();
28
}
29
30
void AsyncScriptFailed() {
31
printf(
"async script load failed!\n"
);
Callers
nothing calls this directly
Calls
2
printf
Function · 0.85
TestAsyncRunScript
Function · 0.85
Tested by
no test coverage detected