| 1104 | } |
| 1105 | |
| 1106 | WASMEDGE_CAPI_EXPORT bool WasmEdge_ConfigureCompilerIsGenericBinary( |
| 1107 | const WasmEdge_ConfigureContext *Cxt) noexcept { |
| 1108 | if (Cxt) { |
| 1109 | return Cxt->Conf.getCompilerConfigure().isGenericBinary(); |
| 1110 | } |
| 1111 | return false; |
| 1112 | } |
| 1113 | |
| 1114 | WASMEDGE_CAPI_EXPORT void WasmEdge_ConfigureCompilerSetInterruptible( |
| 1115 | WasmEdge_ConfigureContext *Cxt, const bool IsInterruptible) noexcept { |