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.