Home
last modified time | relevance | path

Searched refs:wasmtime_trap_code (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dtrap.h167 WASM_API_EXTERN bool wasmtime_trap_code(const wasm_trap_t *,
H A Dtrap.hh145 bool present = wasmtime_trap_code(ptr.get(), &code); in code()
/wasmtime-44.0.1/examples/
H A Dfuel.c95 assert(wasmtime_trap_code(trap, &code)); in main()
/wasmtime-44.0.1/crates/c-api/src/
H A Dtrap.rs178 pub extern "C" fn wasmtime_trap_code(raw: &wasm_trap_t, code: &mut u8) -> bool { in wasmtime_trap_code() function