pub unsafe extern "C" fn WasmEdge_ModuleInstanceListTagLength(
Cxt: *const WasmEdge_ModuleInstanceContext,
) -> u32
Expand description
Get the length of exported tag list of a module instance.
This function is thread-safe.
\param Cxt the WasmEdge_ModuleInstanceContext.
\returns length of the exported tag list.