wasmer_c_api::wasm_c_api::value

Function 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.