Module local

Source
Expand description

WASM local slot.

Structs§

LocalSlot
A local slot.
Locals
Solidity’s implementation uses 16 slots for locals. ref: https://docs.soliditylang.org/en/v0.8.20/internals/optimizer.html#stackcompressor

Enums§

LocalSlotType
The type of a local slot.