Files
wasmtime/crates/c-api
Peter Huene 42e88c7b24 Fix OutOfFuel trap code not represented in the C API. (#5230)
This commit adds the missing "out of fuel" trap code to the C API.

Without this, calls to `wasmtime_trap_code` will trigger an unreachable panic
on traps from running out of fuel.
2022-11-10 20:42:26 +00:00
..
2022-08-30 09:08:26 -05:00

Wasmtime's C API

For more information you can find the documentation for this library online.