Struct wast::MemArg [−][src]
Payload for memory-related instructions indicating offset/alignment of memory accesses.
Fields
align: u32
The alignment of this access.
This is not stored as a log, this is the actual alignment (e.g. 1, 2, 4, 8, etc).
offset: u32
The offset, in bytes of this access.
memory: ItemRef<'a, memory>
The memory index we’re accessing