Module wasmer_compiler::types::function
source · Expand description
A Compilation
contains the compiled function bodies for a WebAssembly
module (CompiledFunction
).
Structs§
- An archived
CompiledFunction
- An archived
CompiledFunctionFrameInfo
- An archived
FunctionBody
- An archived
GOT
- An archived
UnwindInfo
- The result of compiling a WebAssembly module’s functions.
- The result of compiling a WebAssembly function.
- The frame info for a Compiled function.
- The resolver for an archived
CompiledFunctionFrameInfo
- The resolver for an archived
CompiledFunction
- The function body.
- The resolver for an archived
FunctionBody
- The GOT - Global Offset Table - for this Compilation.
- The resolver for an archived
GOT
- The unwinding information for this Compilation.
- The resolver for an archived
UnwindInfo
Traits§
- Any struct that acts like a
FunctionBody
.
Type Aliases§
- The custom sections for a Compilation.
- The compiled functions map (index in the Wasm -> function)