Wasmtime
wasmtime::Trap Class Reference

Information about a WebAssembly trap. More...

#include <trap.hh>

Detailed Description

Information about a WebAssembly trap.

Traps can happen during normal wasm execution (such as the unreachable instruction) but they can also happen in host-provided functions to a host function can simulate raising a trap.

Traps have a message associated with them as well as a trace of WebAssembly frames on the stack.


The documentation for this class was generated from the following file: