Function wasmtime_runtime::with_last_info
source · [−]Expand description
Runs func
with the last trap_info
object registered by catch_traps
.
Calls func
with None
if catch_traps
wasn’t previously called from this
stack frame.