#[no_mangle]
pub extern "C" fn wasm_val_vec_new_uninitialized(
out: &mut wasm_val_vec_t,
size: usize,
)
Expand description
Creates an uninitialized wasm_val_vec_t
with the given size
.
ยงNote
Returns the resulting wasm_val_vec_t
in out
.