wasmer_vm

Type Alias VMTrampoline

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

The type for tramplines in the VM.