wasmer_compiler_singlepass::codegen

Trait WpTypeExt

Source
trait WpTypeExt {
    // Required method
    fn is_float(&self) -> bool;
}

Required Methods§

Source

fn is_float(&self) -> bool

Implementations on Foreign Types§

Source§

impl WpTypeExt for ValType

Source§

fn is_float(&self) -> bool

Implementors§