Function wasmedge_sys::ffi::WasmEdge_ModuleInstanceListGlobalLength
source · pub unsafe extern "C" fn WasmEdge_ModuleInstanceListGlobalLength(
Cxt: *const WasmEdge_ModuleInstanceContext
) -> u32
Expand description
Get the length of exported global list of a module instance.
This function is thread-safe.
\param Cxt the WasmEdge_ModuleInstanceContext.
\returns length of the exported global list.