#[no_mangle]
pub extern "C" fn wasm_extern_vec_delete(out: &mut wasm_extern_vec_t)
Expand description
Frees memory associated to the wasm_extern_vec_t
.
#[no_mangle]
pub extern "C" fn wasm_extern_vec_delete(out: &mut wasm_extern_vec_t)
Frees memory associated to the wasm_extern_vec_t
.