Macro marine::call_wasm_func[][src]

macro_rules! call_wasm_func {
    ($func : expr, $($arg : expr), *) => { ... };
}
Expand description

Call Wasm function that have Box<RefCell<Option<Func<’static, args, rets>>>> type.