pub unsafe extern "C" fn WasmEdge_ConfigureIsForceInterpreter(
    Cxt: *const WasmEdge_ConfigureContext
) -> bool
Expand description

Get the force interpreter mode execution option.

This function is thread-safe.

\param Cxt the WasmEdge_ConfigureContext to get the boolean value.

\returns the boolean value to determine to forcibly run WASM in interpreter mode or not.