Macro wasm_glue::print [] [src]

macro_rules! print {
    ($($arg:tt)*) => { ... };
}

Overrides the default print! macro.