wasmer_call_trampoline

Function wasmer_call_trampoline 

Source
pub unsafe fn wasmer_call_trampoline(
    trap_handler: Option<*const TrapHandlerFn<'static>>,
    config: &VMConfig,
    vmctx: VMFunctionContext,
    trampoline: VMTrampoline,
    callee: *const VMFunctionBody,
    values_vec: *mut u8,
) -> Result<(), Trap>
Expand description

Call a Wasm trampoline.

ยงSafety

All pointer arguments must be valid for the duration of the call.