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
Dwarf
- An archived
FunctionBody
- 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 DWARF information for this Compilation.
- The resolver for an archived
Dwarf
- The function body.
- The resolver for an archived
FunctionBody
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)