Trait wasmtime_jit::trampoline::binemit::TrapSink
source · [−]Expand description
A trait for receiving trap codes and offsets.
If you don’t need information about possible traps, you can use the
NullTrapSink
implementation.