Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ unsuspend
Function
unsuspend
test/embind/embind_jspi_test.cpp:57–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
};
56
57
void unsuspend() {
58
EM_ASM({
59
Module.unsuspendResolve();
60
});
61
}
62
63
EMSCRIPTEN_BINDINGS(xxx) {
64
function(
"voidFunc"
, &voidFunc, async());
Callers
nothing calls this directly
Calls
1
EM_ASM
Function · 0.70
Tested by
no test coverage detected