pub unsafe extern "C" fn WasmEdge_ConfigureCompilerSetGenericBinary(
Cxt: *mut WasmEdge_ConfigureContext,
IsGeneric: bool
)
Expand description
Set the generic binary option of the AOT compiler.
This function is thread-safe.
\param Cxt the WasmEdge_ConfigureContext to set the boolean value. \param IsGeneric the boolean value to determine to generate the generic binary or not when compilation in AOT compiler.