cairo-native 0.2.6

A compiler to convert Cairo's intermediate representation Sierra code to MLIR.
1
2
3
4
5
fn main() -> bytes31 {
    let a: u128 = 123;
    let b: bytes31 = a.into();
    b
}