Expand description

A Compilation contains the compiled function bodies for a WebAssembly module (CompiledFunction).

Structs

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

Type Definitions

The custom sections for a Compilation.
The compiled functions map (index in the Wasm -> function)