Skip to main content

wasmtime_struct_type_new

Function wasmtime_struct_type_new 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasmtime_struct_type_new( engine: &wasm_engine_t, fields: *const wasmtime_field_type_t, nfields: usize, ) -> Box<wasmtime_struct_type_t>