Function wasmer::wasm_c_api::value::wasm_val_vec_delete

source ·
#[no_mangle]
pub extern "C" fn wasm_val_vec_delete(out: &mut wasm_val_vec_t)
Expand description

Deletes a vector of wasm_val_t.

§Example

See the wasm_val_vec_t type to get an example.