Macro runtime_wasm_functions

Source
macro_rules! runtime_wasm_functions {
    ($( $symbol:expr => $export:literal ( $( $param:ident ),* ) -> $result:tt ; )* ) => { ... };
}
Expand description

Build a static runtime descriptor slice with minimal duplication.