Re-exports§
Modules§
Structs§
- AsmInformation
- Represents an ASM set which has had register allocation, jump elimination, and optimization applied to it
- Compiled
Bytecode - The bytecode for a sway program as well as the byte offsets of configuration-time constants in the bytecode.
- Data
Section Information - Entry
- Finalized
Asm - Represents an ASM set which has had register allocation, jump elimination, and optimization applied to it
- Finalized
Entry
Enums§
Functions§
- check_
invalid_ opcodes - 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.