pub type Bytecode = Vec<u8>;
Essential ASM encoded as bytes.
struct Bytecode { /* private fields */ }