pub unsafe extern "C" fn WasmEdge_ConfigureSetForceInterpreter(
    Cxt: *mut WasmEdge_ConfigureContext,
    isForceInterpreter: bool
)
Expand description

Set the force interpreter mode execution option.

This function is thread-safe.

\param Cxt the WasmEdge_ConfigureContext to set the boolean value. \param isForceInterpreter the boolean value to determine to forcibly run WASM in interpreter mode or not.