Function wasmer::wasm_c_api::types::wasm_frame_vec_delete

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

Deletes a vector of [wasm_frame_t *].

§Example

See the wasm_frame_vec_t type to get an example.