Module wasmer_types::compilation::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 - 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
Type Definitions
- The custom sections for a Compilation.
- The compiled functions map (index in the Wasm -> function)