pub fn parse_bytecode_to_instructions<P>( path: P, ) -> Result<InstructionWithBytesIterator>where P: AsRef<Path> + Clone,
Parses a bytecode file into an iterator of instructions and their corresponding bytes.