Module hc_wasmer_types::compilation::section

source ·
Expand description

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

The functions that access a custom CustomSection would need to emit a custom relocation: RelocationTarget::CustomSection, so it can be patched later by the engine (native or JIT).

Structs§

Enums§

Traits§