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

Function WasmEdge_ConfigureCompilerSetGenericBinary

lib/api/wasmedge.cpp:1098–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096}
1097
1098WASMEDGE_CAPI_EXPORT void
1099WasmEdge_ConfigureCompilerSetGenericBinary(WasmEdge_ConfigureContext *Cxt,
1100 const bool IsGeneric) noexcept {
1101 if (Cxt) {
1102 Cxt->Conf.getCompilerConfigure().setGenericBinary(IsGeneric);
1103 }
1104}
1105
1106WASMEDGE_CAPI_EXPORT bool WasmEdge_ConfigureCompilerIsGenericBinary(
1107 const WasmEdge_ConfigureContext *Cxt) noexcept {

Callers 1

TESTFunction · 0.85

Calls 1

setGenericBinaryMethod · 0.80

Tested by 1

TESTFunction · 0.68