wasmtime_asm_macros

Macro asm_func

Source
macro_rules! asm_func {
    ($name:expr, $body:expr $(, $($args:tt)*)?) => { ... };
}