ttvm 0.3.1

Runtime and compiler infrastructure API for Rust
Documentation
1
2
3
4
5
6
7
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 = 0x54;
pub const FETCH_ARG: i128 = 0x58;