Function wasmer_c_api::wasm_c_api::externals::wasm_extern_vec_new [−][src]
#[no_mangle]pub unsafe extern "C" fn wasm_extern_vec_new(
out: *mut wasm_extern_vec_t,
length: usize,
init: *const *mut wasm_extern_t
)
Creates a new vector of wasm_extern_t
.