Function wasmtime_c_api::wasmtime_linker_instantiate
source · #[no_mangle]
pub extern "C" fn wasmtime_linker_instantiate(
linker: &wasmtime_linker_t,
store: CStoreContextMut<'_>,
module: &wasmtime_module_t,
instance_ptr: &mut Instance,
trap_ptr: &mut *mut wasm_trap_t
) -> Option<Box<wasmtime_error_t>>