Function wasmtime_c_api::wasmtime_table_new

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