Module ketos::encode [] [src]

Implements encoding and decoding of compiled bytecode file format.

Enums

DecodeError

Error in decoding bytecode file format

EncodeError

Error in encoding bytecode file format

Constants

MAGIC_NUMBER

First four bytes written to a compiled bytecode file.

Functions

read_bytecode

Read compiled bytecode

read_bytecode_file

Read compiled bytecode from a file

write_bytecode

Write compiled bytecode

write_bytecode_file

Write compiled bytecode to a file