From d7925ecb6e00b1e0885535510d9cf8554ce2e120 Mon Sep 17 00:00:00 2001 From: Kevin Gleason Date: Wed, 31 Aug 2022 17:18:47 +0000 Subject: [PATCH] Update bytecode doc with implemented attrs --- docs/bytecode.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/bytecode.md b/docs/bytecode.md index 952be617fe7..476e35b2d1a 100644 --- a/docs/bytecode.md +++ b/docs/bytecode.md @@ -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