wasmer_types::compilation::function

Type Alias CustomSections

Source
pub type CustomSections = PrimaryMap<SectionIndex, CustomSection>;
Expand description

The custom sections for a Compilation.

Aliased Typeยง

struct CustomSections { /* private fields */ }