ttvm 0.3.7

Runtime and compiler infrastructure API for Rust
Documentation
1
2
3
4
5
use super::*;

pub const OP_RETURN: Byte = 0x6A;
pub const OP_THROW: Byte = 0x4C;
pub const OP_JUMP: Byte = 0x5B;