Macro wasm_glue::eprint [] [src]

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

Overrides the default eprint! macro.