[][src]Function wat_ast::i32_const

pub fn i32_const<S: AsRef<str>>(
    sign: Option<Sign>,
    s: S,
    hex: bool
) -> Instruction