MCPcopy 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
11void loop_iter() {
12 EM_ASM(out('loop iter!'));
13}
14
15int main(int argc, char **argv) {
16 EM_ASM(out('hello dere1'));

Callers 1

mainFunction · 0.85

Calls 2

EM_ASMFunction · 0.50
outFunction · 0.50

Tested by

no test coverage detected