[][src]Function wasmtime_runtime::wasmtime_call_trampoline

#[no_mangle]
pub unsafe extern "C" fn wasmtime_call_trampoline(
    vmctx: *mut VMContext,
    callee: *const VMFunctionBody,
    values_vec: *mut u8
) -> Result<(), String>

Call the wasm function pointed to by callee. values_vec points to a buffer which holds the incoming arguments, and to which the outgoing return values will be written.