Module types

Source
Expand description

Types for compilation.

Modulesยง

address_map
Data structures to provide transformation of the source
function
A Compilation contains the compiled function bodies for a WebAssembly module (CompiledFunction).
module
Types for modules.
relocation
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.
section
This module define the required structures to emit custom Sections in a Compilation.
symbols
This module define the required structures for compilation symbols.
target
Target configuration
unwind
A CompiledFunctionUnwindInfo contains the function unwind information.