Expand description

Types for compilation.

Modules

Data structures to provide transformation of the source

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

Types for modules.

Relocation is the process of assigning load addresses for position-dependent code and data of a program and adjusting the code and data to reflect the assigned addresses.

This module define the required structures to emit custom Sections in a Compilation.

Source locations.

Target configuration

Types for traps.

A CompiledFunctionUnwindInfo contains the function unwind information.