#[no_mangle]
pub extern "C" fn wasm_func_as_ref(a: &wasm_func_t) -> Box<wasm_ref_t>
Expand description
Returns the wasm_func_t
as mutable reference.
This is not yet supported and aborts the process upon use.
#[no_mangle]
pub extern "C" fn wasm_func_as_ref(a: &wasm_func_t) -> Box<wasm_ref_t>
Returns the wasm_func_t
as mutable reference.
This is not yet supported and aborts the process upon use.