wasmer_c_api::wasm_c_api::externals

Function wasm_extern_vec_delete

Source
#[no_mangle]
pub extern "C" fn wasm_extern_vec_delete(out: &mut wasm_extern_vec_t)
Expand description

Deletes a vector of [wasm_extern_t *].

ยงExample

See the wasm_extern_vec_t type to get an example.