wasmer_vm::libcallsFunction wasmer_vm_func_ref
Source #[no_mangle]
pub unsafe extern "C" fn wasmer_vm_func_ref(
vmctx: *mut VMContext,
function_index: u32,
) -> VMFuncRef
Expand description
Implementation of func.ref
.
ยงSafety
vmctx
must be dereferenceable.