compile-claw 0.2.6

The Claw language compiler library
Documentation
1
2
3
export func identity(value: u64) -> u64 {
    return value;
}