wasmtime_c_api

Function wasm_byte_vec_new

Source
#[no_mangle]
pub unsafe extern "C" fn wasm_byte_vec_new(
    out: &mut wasm_byte_vec_t,
    size: usize,
    ptr: *const u8,
)