Enum wasmparser::Type [] [src]

pub enum Type {
    I32,
    I64,
    F32,
    F64,
    AnyFunc,
    Func,
    EmptyBlockType,
}

Variants

Methods

impl Type
[src]

Trait Implementations

impl Debug for Type
[src]

Formats the value using the given formatter.