wamr_sys

Function wasm_runtime_is_bounds_checks_enabled

Source
pub unsafe extern "C" fn wasm_runtime_is_bounds_checks_enabled(
    module_inst: wasm_module_inst_t,
) -> bool
Expand description

Check if the memory bounds checks flag is enabled for a WASM module instance.

@param module_inst the WASM module instance @return true if the memory bounds checks flag is enabled, false otherwise