Function wasmedge_sys::ffi::WasmEdge_ExportTypeGetExternalType
source · pub unsafe extern "C" fn WasmEdge_ExportTypeGetExternalType(
Cxt: *const WasmEdge_ExportTypeContext
) -> WasmEdge_ExternalType
Expand description
Get the external type from an export type.
\param Cxt the WasmEdge_ExportTypeContext.
\returns the external type of the export type.