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
Function Body - An archived
FunctionBody - ArchivedGOT
- An archived
GOT - Archived
Unwind Info - An archived
UnwindInfo - 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 - Function
Body - The function body.
- Function
Body Resolver - The resolver for an archived
FunctionBody - GOT
- The GOT - Global Offset Table - for this Compilation.
- GOTResolver
- The resolver for an archived
GOT - Unwind
Info - The unwinding information for this Compilation.
- Unwind
Info Resolver - The resolver for an archived
UnwindInfo
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)