wasm_table_new

Function wasm_table_new 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasm_table_new( _store: Option<&wasm_store_t>, _table_type: Option<&wasm_tabletype_t>, _init: *const wasm_ref_t, ) -> Option<Box<wasm_table_t>>