Skip to main content

wasmtime_exnref_new

Function wasmtime_exnref_new 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmtime_exnref_new( store: WasmtimeStoreContextMut<'_>, tag: &Tag, fields: *const wasmtime_val_t, nfields: usize, exn_ret: &mut MaybeUninit<wasmtime_exnref_t>, ) -> Option<Box<wasmtime_error_t>>