Type Alias wasmer_vm::vmcontext::VMTrampoline

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

The type for tramplines in the VM.