aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2015-10-27 14:28:01 -0500
committerLuke Wagner <luke@mozilla.com>2015-10-27 14:28:01 -0500
commit21de225d71d3eced3fd1c099fc48a03480001a70 (patch)
tree5f93feacb7a4cf829495af019a2e029f57335595 /BinaryEncoding.md
parentbcd71874f255f3bf041f2dcd1a7eb882eca6de4a (diff)
downloadnanowasm-design-21de225d71d3eced3fd1c099fc48a03480001a70.tar.gz
Change max to a hint
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index f927631..1e80f71 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -103,8 +103,9 @@ Yes:
- A sequence of byte ranges within the binary and corresponding addresses in the linear memory
-All strings are encoded as null-terminated UTF8.
-Data segments represent initialized data that is loaded directly from the binary into the linear memory when the program starts (see [modules](Modules.md#initial-state-of-linear-memory)).
+All strings are encoded as null-terminated UTF8. Data segments represent
+initialized data that is loaded directly from the binary into the linear memory
+when the program starts (see [modules](Modules.md#linear-memory-section)).
## Serialized AST