Function wasmer::wasm_c_api::types::wasm_byte_vec_delete

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

Deletes a vector of wasm_byte_t.

§Example

See the wasm_byte_vec_t type to get an example.