wasm_extern_vec_new

Function wasm_extern_vec_new 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasm_extern_vec_new( out: &mut wasm_extern_vec_t, size: usize, ptr: *const Option<Box<wasm_extern_t>>, )
Expand description

Creates a new vector of [wasm_extern_t *].

ยงExample

See the wasm_extern_vec_t type to get an example.