Expand description
This is the module that facilitates the usage of Traps in Wasmer Runtime
Re-exports§
pub use trap::Trap;
pub use traphandlers::catch_traps;
pub use traphandlers::on_host_stack;
pub use traphandlers::raise_lib_trap;
pub use traphandlers::raise_user_trap;
pub use traphandlers::set_stack_size;
pub use traphandlers::wasmer_call_trampoline;
pub use traphandlers::TrapHandlerFn;
pub use traphandlers::VMConfig;
pub use traphandlers::init_traps;
pub use traphandlers::resume_panic;
Modules§
- trap 🔒
- WebAssembly trap handling, which is built on top of the lower-level signalhandling mechanisms.
Enums§
- A trap code describing the reason for a trap.