spec is starting to shape up, just about everything else is missing. Be patient, or join us to help out! https://github.com/chitin-io/web
THIS WILL CHANGE
chitin v1
envelope Bar {
messages {
1: Person v1
}
}
message Person v1 {
wire format: v1
options {
align: 4
}
slots {
age uint16
_ [2]byte
foo uint32
}
fields {
name string
website url
data bytes {
align: 8
}
}
}