Function wasmer_vm::libcalls::wasmer_vm_raise_trap
source · Expand description
Implementation for raising a trap
Safety
Only safe to call when wasm code is on the stack, aka wasmer_call
or
wasmer_call_trampoline
must have been previously called.