[][src]Function wasmtime_runtime::wasmtime_call

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

Call the wasm function pointed to by callee, which has no arguments or return values.