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 Sep 1, 2022
1 parent 682d207 commit 57d5d52
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 57d5d52

Please sign in to comment.