Expand description
A Compilation
contains the compiled function bodies for a WebAssembly
module (CompiledFunction
).
Structs§
- Archived
Compiled Function - An archived
CompiledFunction
- Archived
Compiled Function Frame Info - An archived
CompiledFunctionFrameInfo
- Archived
Dwarf - An archived
Dwarf
- Archived
Function Body - An archived
FunctionBody
- Compilation
- The result of compiling a WebAssembly module’s functions.
- Compiled
Function - The result of compiling a WebAssembly function.
- Compiled
Function Frame Info - The frame info for a Compiled function.
- Compiled
Function Frame Info Resolver - The resolver for an archived
CompiledFunctionFrameInfo
- Compiled
Function Resolver - The resolver for an archived
CompiledFunction
- Dwarf
- The DWARF information for this Compilation.
- Dwarf
Resolver - The resolver for an archived
Dwarf
- Function
Body - The function body.
- Function
Body Resolver - The resolver for an archived
FunctionBody
Traits§
- Function
Body Like - Any struct that acts like a
FunctionBody
.
Type Aliases§
- Custom
Sections - The custom sections for a Compilation.
- Functions
- The compiled functions map (index in the Wasm -> function)