wasm_table_get

Function wasm_table_get 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasm_table_get( table: Option<&wasm_table_t>, index: wasm_table_size_t, ) -> Option<Box<wasm_ref_t>>