wasmtime_c_api

Function wasmtime_table_new

Source
#[no_mangle]
pub unsafe extern "C" fn wasmtime_table_new(
    store: WasmtimeStoreContextMut<'_>,
    tt: &wasm_tabletype_t,
    init: &wasmtime_val_t,
    out: &mut Table,
) -> Option<Box<wasmtime_error_t>>