Skip to main content

wasmtime_arrayref_new

Function wasmtime_arrayref_new 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmtime_arrayref_new( cx: WasmtimeStoreContextMut<'_>, pre: &wasmtime_array_ref_pre_t, elem: &wasmtime_val_t, len: u32, out: &mut MaybeUninit<wasmtime_arrayref_t>, ) -> Option<Box<wasmtime_error_t>>