[][src]Module wasmtime_jit::trampoline

Modules

binemit
ir

Structs

Context

Persistent data structures and compilation pipeline.

FunctionBuilder

Temporary object used to build a single Cranelift IR Function.

FunctionBuilderContext

Structure used for translating a series of functions into Cranelift IR.

TrampolineRelocSink

We don't expect trampoline compilation to produce many relocations, so this RelocSink just asserts that it doesn't recieve most of them, but handles libcall ones.

Functions

make_trampoline

Create a trampoline for invoking a function.

pretty_error

Pretty-print a Cranelift error.