pub unsafe extern "C" fn WasmEdge_ConfigureCompilerGetOutputFormat(
    Cxt: *const WasmEdge_ConfigureContext
) -> WasmEdge_CompilerOutputFormat
Expand description

Get the output binary format of AOT compiler.

This function is thread-safe.

\param Cxt the WasmEdge_ConfigureContext to get the output binary format.

\returns the AOT compiler output binary format.