pub unsafe extern "C" fn WasmEdge_ConfigureCompilerSetOutputFormat(
Cxt: *mut WasmEdge_ConfigureContext,
Format: WasmEdge_CompilerOutputFormat
)
Expand description
Set the output binary format of the AOT compiler.
This function is thread-safe.
\param Cxt the WasmEdge_ConfigureContext to set the output binary format. \param Format the AOT compiler output binary format.