wasmtime_table_new

Function wasmtime_table_new 

Source
#[unsafe(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>>