wamr_sys

Function wasm_runtime_is_running_mode_supported

Source
pub unsafe extern "C" fn wasm_runtime_is_running_mode_supported(
    running_mode: RunningMode,
) -> bool
Expand description

Query whether a certain running mode is supported for the runtime

@param running_mode the running mode to query

@return true if this running mode is supported, false otherwise