Type Definition wasmtime_runtime::VMTrampoline [−][src]
pub type VMTrampoline = unsafe extern "C" fn(_: *mut VMContext, _: *mut VMContext, _: *const VMFunctionBody, _: *mut u128);
Expand description
Trampoline function pointer type.