We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a471cc + 4278004 commit b837895Copy full SHA for b837895
lib/runtime-core/src/vm.rs
@@ -74,7 +74,7 @@ pub struct InternalCtx {
74
/// A pointer to an array of locally-defined globals, indexed by `GlobalIndex`.
75
pub globals: *mut *mut LocalGlobal,
76
77
- /// A pointer to an array of imported memories, indexed by `MemoryIndex,
+ /// A pointer to an array of imported memories, indexed by `MemoryIndex`,
78
pub imported_memories: *mut *mut LocalMemory,
79
80
/// A pointer to an array of imported tables, indexed by `TableIndex`.
0 commit comments