macro_rules! wasm_unsupported { ($($arg:tt)*) => { ... }; }
Expand description
Return an Err(WasmError::Unsupported(msg))
where msg
the string built by calling format!
on the arguments to this macro.
macro_rules! wasm_unsupported { ($($arg:tt)*) => { ... }; }
Return an Err(WasmError::Unsupported(msg))
where msg
the string built by calling format!
on the arguments to this macro.