Skip to main content

wasmtime_array_type_copy

Function wasmtime_array_type_copy 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasmtime_array_type_copy( src: &wasmtime_array_type_t, ) -> Box<wasmtime_array_type_t>
Expand description

Creates a new wasmtime_array_type_t which matches the provided one.

The caller is responsible for deleting the returned value via wasmtime_array_type_delete.