Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ second
Function
second
test/core/test_asyncify_longjmp.c:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
static jmp_buf buf;
14
15
void second(void) {
16
printf(
"second\n"
);
17
emscripten_sleep(1);
18
longjmp(buf, -1);
19
}
20
21
void first(void) {
22
printf(
"first\n"
); // prints
Callers
1
main
Function · 0.70
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected