Linear memory pointer type. Corresponds to i32 type on 32-bit Wasm architecture.
i32
Load a Byte (8 bit) value
Load an Int (32 bit) value
Load a Long (64 bit) value
Load a Short (16 bit) value
Subtracts an Int from the address of this Pointer
Subtracts an UInt from the address of this Pointer
Adds an Int to the address of this Pointer
Adds an UInt to the address of this Pointer
Store a Byte (8 bit) value
Store an Int (32 bit) value
Store a Long (64 bit) value
Store a Short (16 bit) value
Thanks for your feedback!