Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ check_call0
Function
check_call0
example/memory.c:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void check_call0(wasm_func_t* func, int32_t expected) {
46
check_call(func, 0, NULL, expected);
47
}
48
49
void check_call1(wasm_func_t* func, int32_t arg, int32_t expected) {
50
wasm_val_t args[] = { WASM_I32_VAL(arg) };
Callers
1
main
Function · 0.85
Calls
1
check_call
Function · 0.70
Tested by
no test coverage detected