Macro runtime_wasm_result_ty

Source
macro_rules! runtime_wasm_result_ty {
    (()) => { ... };
    ($result:ident) => { ... };
}
Expand description

Convert compact macro result syntax into runtime descriptor result metadata.