MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / check_call0

Function check_call0

examples/multimemory.c:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void check_call0(wasmtime_context_t *store, wasmtime_func_t *func,
43 int32_t expected) {
44 check_call(store, func, NULL, 0, expected);
45}
46
47void check_call1(wasmtime_context_t *store, wasmtime_func_t *func, int32_t arg,
48 int32_t expected) {

Callers 1

mainFunction · 0.70

Calls 1

check_callFunction · 0.70

Tested by

no test coverage detected