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