Function wasmer_c_api::wasm_c_api::value::wasm_val_vec_new[][src]

#[no_mangle]pub unsafe extern "C" fn wasm_val_vec_new(
    out: *mut wasm_val_vec_t,
    length: usize,
    init: *mut wasm_val_t
)

Creates a new vector of wasm_val_t.

Example

See the wasm_val_vec_t type to get an example.