Type Alias wasmparser::ComdatMap

source ·
pub type ComdatMap<'a> = SectionLimited<'a, Comdat<'a>>;
Expand description

Represents a reader for COMDAT data from the linking custom section.

Aliased Type§

struct ComdatMap<'a> { /* private fields */ }