Function wasmi_c_api::wasm_byte_vec_new_uninitialized
source · #[no_mangle]
pub extern "C" fn wasm_byte_vec_new_uninitialized(
out: &mut wasm_byte_vec_t,
size: usize,
)Expand description
Creates an uninitialized wasm_byte_vec_t with the given size.
§Note
Returns the resulting wasm_byte_vec_t in out.