pub unsafe extern "C" fn wasm_table_type_get_shared(
table_type: wasm_table_type_t,
) -> boolExpand description
Get the sharing setting for a table type
@param table_type the table type
@return true if shared, false otherwise
pub unsafe extern "C" fn wasm_table_type_get_shared(
table_type: wasm_table_type_t,
) -> boolGet the sharing setting for a table type
@param table_type the table type
@return true if shared, false otherwise