wamr_sys

Function wasm_table_type_get_shared

Source
pub unsafe extern "C" fn wasm_table_type_get_shared(
    table_type: wasm_table_type_t,
) -> bool
Expand description

Get the sharing setting for a table type

@param table_type the table type

@return true if shared, false otherwise