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