Type Alias wasmer_compiler::types::function::CustomSections
source · pub type CustomSections = PrimaryMap<SectionIndex, CustomSection>;
Expand description
The custom sections for a Compilation.
Aliased Type§
struct CustomSections { /* private fields */ }