Module module_memories

Source

Structs§

ImportedMemory
Intermediate representation of an Imported Memory. The actual Import is stored in the Imports field of the module.
LocalMemory
Intermediate Representation of a Local Memory
Memories
Intermediate representation of all the memories in a module.
Memory
Represents a memory. Local or Imported depends on the MemKind.

Enums§

MemKind
Represents whether a memory is a Local Memory or an Imported Memory