MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / WasmEdge_ConfigureCompilerIsGenericBinary

Function WasmEdge_ConfigureCompilerIsGenericBinary

lib/api/wasmedge.cpp:1106–1112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106WASMEDGE_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
1114WASMEDGE_CAPI_EXPORT void WasmEdge_ConfigureCompilerSetInterruptible(
1115 WasmEdge_ConfigureContext *Cxt, const bool IsInterruptible) noexcept {

Callers 1

TESTFunction · 0.85

Calls 1

isGenericBinaryMethod · 0.80

Tested by 1

TESTFunction · 0.68