Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ loop_iter
Function
loop_iter
test/core/test_inlinejs3.c:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#include <emscripten.h>
10
11
void loop_iter() {
12
EM_ASM(out(
'loop iter!'
));
13
}
14
15
int main(int argc, char **argv) {
16
EM_ASM(out(
'hello dere1'
));
Callers
1
main
Function · 0.85
Calls
2
EM_ASM
Function · 0.50
out
Function · 0.50
Tested by
no test coverage detected