wamr_sys

Function wasm_global_type_get_mutable

Source
pub unsafe extern "C" fn wasm_global_type_get_mutable(
    global_type: wasm_global_type_t,
) -> bool
Expand description

Get the mutability for a global type

@param global_type the global type

@return true if mutable, false otherwise