wamr_sys

Function wasm_memory_type_get_shared

Source
pub unsafe extern "C" fn wasm_memory_type_get_shared(
    memory_type: wasm_memory_type_t,
) -> bool
Expand description

Get the shared setting for a memory type

@param memory_type the memory type

@return true if shared, false otherwise