wasmi_c_api

Function wasm_byte_vec_copy

source
#[no_mangle]
pub extern "C" fn wasm_byte_vec_copy(
    out: &mut wasm_byte_vec_t,
    src: &wasm_byte_vec_t,
)
Expand description

Copies the wasm_byte_vec_t in src.

ยงNote