cairo-native 0.9.0-rc.5

A compiler to convert Cairo's IR Sierra code to MLIR and execute it.
1
2
3
fn main() -> u32 {
    2_u32 + 4_u32
}