Type Alias wasmtime_environ::wasmparser::ComdatMap

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 */ }