Re-exports§
Modules§
Structs§
- Represents an ASM set which has had register allocation, jump elimination, and optimization applied to it
- The bytecode for a sway program as well as the byte offsets of configuration-time constants in the bytecode.
- Represents an ASM set which has had register allocation, jump elimination, and optimization applied to it
Enums§
Functions§
- Checks for disallowed opcodes in non-contract code. i.e., if this is a script or predicate, we can’t use certain contract opcodes. See https://github.com/FuelLabs/sway/issues/350 for details.