ttvm 0.2.9

Runtime and compiler infrastructure API for Rust
Documentation
1
2
3
4
5
6
pub const ALLOC: i128 = 0x47;
pub const DEALLOC: i128 = 0x48;
pub const THROW: i128 = 0x64;
pub const RETURN: i128 = 0x38;
pub const CALL: i128 = 0x29;
pub const RETURN_C: i128 = RETURN * 2;