Function wasmi_c_api::wasm_frame_vec_new_uninitialized
source · #[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.