(store: WasmtimeStoreContextMut<'_>)
| 111 | |
| 112 | #[unsafe(no_mangle)] |
| 113 | pub extern "C" fn wasmtime_context_has_exception(store: WasmtimeStoreContextMut<'_>) -> bool { |
| 114 | store.has_pending_exception() |
| 115 | } |
| 116 | |
| 117 | #[unsafe(no_mangle)] |
| 118 | pub unsafe extern "C" fn wasmtime_exnref_type( |
no test coverage detected