Structs§
- An iterator over each fuel_asm::Instruction or fuel_asm::InvalidOpcode with its corresponding bytes.
Functions§
- Gets the bytecode ID from a bytecode file. The bytecode ID is the hash of the bytecode after removing the condigurables section, if any.
- Parses a bytecode file into an iterator of instructions and their corresponding bytes.
Type Aliases§
- A tuple of an instruction and its corresponding bytes. Useful when needing to access the raw bytes of an instruction that is parsed as fuel_asm::InvalidOpcode, such as metadata in the preamble.