pub unsafe extern "C" fn WasmEdge_VMListRegisteredModuleLength(
Cxt: *const WasmEdge_VMContext,
) -> u32Expand description
Get the length of registered module list in the WasmEdge_VMContext.
This function is thread-safe.
\param Cxt the WasmEdge_VMContext.
\returns length of registered module list.