mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-01 15:31:04 +00:00
Fix typo in comment.
This commit is contained in:
parent
33f6c0278d
commit
8424b61444
@ -29,7 +29,7 @@ pub struct ModuleInner {
|
|||||||
|
|
||||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||||
pub struct ModuleInfo {
|
pub struct ModuleInfo {
|
||||||
// This are strictly local and the typsystem ensures that.
|
// This are strictly local and the typesystem ensures that.
|
||||||
pub memories: Map<LocalMemoryIndex, MemoryDescriptor>,
|
pub memories: Map<LocalMemoryIndex, MemoryDescriptor>,
|
||||||
pub globals: Map<LocalGlobalIndex, GlobalInit>,
|
pub globals: Map<LocalGlobalIndex, GlobalInit>,
|
||||||
pub tables: Map<LocalTableIndex, TableDescriptor>,
|
pub tables: Map<LocalTableIndex, TableDescriptor>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user