#[no_mangle]
pub unsafe extern "C" fn wasm_val_vec_new(
    out: &mut wasm_val_vec_t,
    size: usize,
    ptr: *const wasm_val_t
)
Expand description

Creates a new vector of wasm_val_t.

Example

See the wasm_val_vec_t type to get an example.