Module wasmer_types::compilation::function
source · Expand description
A Compilation contains the compiled function bodies for a WebAssembly
module (CompiledFunction).
Structs
An archived
CompiledFunctionAn archived
FunctionBodyThe 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
CompiledFunctionFrameInfoThe resolver for an archived
CompiledFunctionThe DWARF information for this Compilation.
The resolver for an archived
DwarfThe function body.
The resolver for an archived
FunctionBodyType Definitions
The custom sections for a Compilation.
The compiled functions map (index in the Wasm -> function)