wasmtime_c_api

Function wasm_valtype_copy

Source
#[no_mangle]
pub extern "C" fn wasm_valtype_copy(
    src: &wasm_valtype_t,
) -> Box<wasm_valtype_t>
Expand description

Creates a new wasm_valtype_t which matches the provided one.

The caller is responsible for deleting the returned value via wasm_valtype_delete.