aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index e37bb4a..7237d44 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -303,6 +303,7 @@ nodes (if any).
| Name | Opcode |Description |
| ----- | ----- | ----- |
+| body size | `varuint32` | size of function body to follow, in bytes |
| local count | `varuint32` | number of local entries |
| locals | `local_entry*` | local variables |
| ast | `byte*` | pre-order encoded AST |