wasmi_c_api

Function 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.