pub unsafe extern "C" fn wasm_memory_get_shared(
memory_inst: wasm_memory_inst_t,
) -> boolExpand description
@brief Get the shared status for a memory instance
@param memory_inst The memory instance
@return True if shared, false otherwise
pub unsafe extern "C" fn wasm_memory_get_shared(
memory_inst: wasm_memory_inst_t,
) -> bool@brief Get the shared status for a memory instance
@param memory_inst The memory instance
@return True if shared, false otherwise