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

Function check_call0

examples/memory.c:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void check_call0(wasmtime_context_t *store, wasmtime_func_t *func,
48 int32_t expected) {
49 check_call(store, func, NULL, 0, expected);
50}
51
52void check_call1(wasmtime_context_t *store, wasmtime_func_t *func, int32_t arg,
53 int32_t expected) {

Callers 1

mainFunction · 0.70

Calls 1

check_callFunction · 0.70

Tested by

no test coverage detected