Macro timecat::println_wasm

source ยท
macro_rules! println_wasm {
    () => { ... };
    ($($arg:tt)*) => { ... };
}