aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index e605ea5..589c1d3 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -1,7 +1,9 @@
# Binary Encoding
-This document describes the binary encoding of the AST nodes defined in the [AST semantics](AstSemantics.md).
-For the context of this document, see the [Binary format](MVP.md#binary-format) section of the [MVP doc](MVP.md).
+This document describes the [portable](Portability.md) binary encoding of the
+AST nodes defined in the [AST semantics](AstSemantics.md). For the context of
+this document, see the [Binary format](MVP.md#binary-format) section of the
+[MVP doc](MVP.md).
The binary encoding is designed to allow fast startup, which includes reducing download size
and allow for quick decoding. Considering the matter of reducing download size, we can see