aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authortitzer <titzer@google.com>2015-08-18 18:31:19 +0200
committertitzer <titzer@google.com>2015-08-18 18:31:19 +0200
commite9bee501b78442225667276c49d6fe370af18205 (patch)
tree74f4ae1cdbfc2b3d6104831c20f23962aff78c61 /BinaryEncoding.md
parentfbacd0afe371d1e728024b1541c8c6213d026a17 (diff)
downloadnanowasm-design-e9bee501b78442225667276c49d6fe370af18205.tar.gz
Update BinaryEncoding.md
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index 5b99321..70ec478 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -103,7 +103,7 @@ Yes:
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.
+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)).
## Serialized AST