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

Set the interruptible option of AOT compiler.

This function is thread-safe.

\param Cxt the WasmEdge_ConfigureContext to set the boolean value. \param IsInterruptible the boolean value to determine to generate interruptible binary or not when compilation in AOT compiler.