Function wasmedge_sys::ffi::WasmEdge_ExportTypeGetExternalName
source · pub unsafe extern "C" fn WasmEdge_ExportTypeGetExternalName(
Cxt: *const WasmEdge_ExportTypeContext
) -> WasmEdge_String
Expand description
Get the external name from an export type.
The returned string object is linked to the external name of the export
type, and the caller should NOT call the WasmEdge_StringDelete
.
\param Cxt the WasmEdge_ExportTypeContext.
\returns string object. Length will be 0 and Buf will be NULL if failed.