pub unsafe extern "C" fn WasmEdge_ConfigureCompilerIsGenericBinary(
Cxt: *const WasmEdge_ConfigureContext
) -> bool
Expand description
Get the generic binary option of the 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 the generic binary or not when compilation in AOT compiler.