Function wasmedge_sys::ffi::WasmEdge_PluginListModuleLength
source · pub unsafe extern "C" fn WasmEdge_PluginListModuleLength(
Cxt: *const WasmEdge_PluginContext
) -> u32
Expand description
Get the length of module list in the plug-in context.
There may be several modules in a plug-in. Developers can use this function to get the length of the module list in a plug-in.
\param Cxt the WasmEdge_PluginContext to get the length of the module list.
\returns length of module list.