Function wasmedge_sys::ffi::WasmEdge_ConfigureCompilerIsDumpIR
source · pub unsafe extern "C" fn WasmEdge_ConfigureCompilerIsDumpIR(
Cxt: *const WasmEdge_ConfigureContext
) -> bool
Expand description
Get the dump IR option of the AOT compiler.
This function is thread-safe.
\param Cxt the WasmEdge_ConfigureContext to get the boolean value.
\returns the boolean value to determine to dump IR or not when compilation in AOT compiler.