Enum wasmparser::ParserInput [] [src]

pub enum ParserInput {
    Default,
    SkipSection,
    SkipFunctionBody,
    ReadSectionRawData,
}

Variants