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

Set the dump IR option of AOT compiler.

This function is thread-safe.

\param Cxt the WasmEdge_ConfigureContext to set the boolean value. \param IsDump the boolean value to determine to dump IR or not when compilation in AOT compiler.