Files
wasmtime/crates/c-api
Alex Crichton b07b0676a3 Update how exits are modeled in the C API (#5215)
Previously extracting an exit code was only possibly on a `wasm_trap_t`
which will never successfully have an exit code on it, so the exit code
extractor is moved over to `wasmtime_error_t`. Additionally extracting a
wasm trace from a `wasmtime_error_t` is added since traces happen on
both traps and errors now.
2022-11-07 11:35:49 -06: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.