Type Definition wasmparser::NameMap
source · pub type NameMap<'a> = SectionLimited<'a, Naming<'a>>;
Expand description
Represents a name map from the names custom section.
pub type NameMap<'a> = SectionLimited<'a, Naming<'a>>;
Represents a name map from the names custom section.