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