wasm_memory_get_shared

Function wasm_memory_get_shared 

Source
pub unsafe extern "C" fn wasm_memory_get_shared(
    memory_inst: wasm_memory_inst_t,
) -> bool
Expand description

@brief Get the shared status for a memory instance

@param memory_inst The memory instance

@return True if shared, false otherwise