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