Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
volatile int success = 0;
8
9
void v() {
10
emscripten_out(
"v"
);
11
++success;
12
}
13
14
void vi(int i) {
15
emscripten_out(
"vi"
);
Callers
4
emval_test_call_function
Function · 0.50
callWithMemoryView
Function · 0.50
e
Function · 0.50
operator()
Method · 0.50
Calls
1
emscripten_out
Function · 0.50
Tested by
2
emval_test_call_function
Function · 0.40
callWithMemoryView
Function · 0.40