Function seax_util::bytecode::decode_program [] [src]

pub fn decode_program<R>(source: &mut R) -> Result<List<SVMCell>, String> where
    R: Read

Decode a whole program

Decodes a whole program, including the identifying and version bytes.