Function wasmtime_c_api::wasm_table_new

source ·
#[no_mangle]
pub unsafe extern "C" fn wasm_table_new(
    store: &mut wasm_store_t,
    tt: &wasm_tabletype_t,
    init: Option<&wasm_ref_t>
) -> Option<Box<wasm_table_t>>