MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / v

Function v

test/wasm_worker/post_function.c:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7volatile int success = 0;
8
9void v() {
10 emscripten_out("v");
11 ++success;
12}
13
14void vi(int i) {
15 emscripten_out("vi");

Callers 4

emval_test_call_functionFunction · 0.50
callWithMemoryViewFunction · 0.50
eFunction · 0.50
operator()Method · 0.50

Calls 1

emscripten_outFunction · 0.50

Tested by 2

emval_test_call_functionFunction · 0.40
callWithMemoryViewFunction · 0.40