[][src]Macro wasmer_runtime_core::trace

macro_rules! trace {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}