#[no_mangle]
pub extern "C" fn wasm_func_as_extern(
f: &mut wasm_func_t,
) -> &mut wasm_extern_t
Expand description
Returns the wasm_func_t
as mutable reference to wasm_extern_t
.
#[no_mangle]
pub extern "C" fn wasm_func_as_extern(
f: &mut wasm_func_t,
) -> &mut wasm_extern_t
Returns the wasm_func_t
as mutable reference to wasm_extern_t
.