#[no_mangle]
pub extern "C" fn wasm_frame_vec_new_uninitialized(
out: &mut wasm_frame_vec_t<'_>,
size: usize,
)
Expand description
Creates an uninitialized wasm_frame_vec_t
with the given size
.
ยงNote
Returns the resulting wasm_frame_vec_t
in out
.