Type Alias wasmer_vm::VMTrampoline

source ยท
pub type VMTrampoline = unsafe extern "C" fn(_: *mut VMContext, _: *const VMFunctionBody, _: *mut RawValue);
Expand description