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

Get the interruptible option of AOT compiler.

This function is thread-safe.

\param Cxt the WasmEdge_ConfigureContext to get the boolean value.

\returns the boolean value to determine to generate interruptible binary or not when compilation in AOT compiler.