pub fn linked_to_bytecode_program(linked: &LinkedProgram) -> BytecodeProgramExpand description
Convert a LinkedProgram back to the legacy BytecodeProgram format
for backward compatibility with the existing VM executor.
pub fn linked_to_bytecode_program(linked: &LinkedProgram) -> BytecodeProgramConvert a LinkedProgram back to the legacy BytecodeProgram format
for backward compatibility with the existing VM executor.