Macro web_assembler::ty[][src]

macro_rules! ty {
    (i32) => { ... };
    (i64) => { ... };
    (f32) => { ... };
    (f64) => { ... };
}