Function wasmtime_c_api::wasm_tabletype_new

source ·
#[no_mangle]
pub extern "C" fn wasm_tabletype_new(
    ty: Box<wasm_valtype_t>,
    limits: &wasm_limits_t
) -> Box<wasm_tabletype_t>