Module wasmtime_jit::trampoline::binemit[][src]

Structs

NullStackMapSink

Placeholder StackMapSink that does nothing.

NullTrapSink

A TrapSink implementation that does nothing, which is convenient when compiling code that does not rely on trapping semantics.

Traits

TrapSink

A trait for receiving trap codes and offsets.

Type Definitions

CodeOffset

Offset in bytes from the beginning of the function.