Skip to content

Commit

Permalink
Update bytecode doc with implemented attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
GleasonK committed Aug 31, 2022
1 parent fb044af commit d7925ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/bytecode.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ There is an image at the bottom of the page which shows difference in the bianry
### Attributes

```
ArgResultAlias {
argTupleIndices: svarint[]
resultIndex: svarint
resultIndex: svarint[]
isMustAlias: varint
}
ChannelHandleAttr {
handle: svarint
type: svarint
Expand Down

0 comments on commit d7925ec

Please sign in to comment.