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