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