aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-10-28 20:40:20 -0700
committerJF Bastien <github@jfbastien.com>2015-10-28 20:40:20 -0700
commit6c494bc8bd0a95b5b7e6f54fc5919d2372e624cc (patch)
treed165d0c4fa51e97a59625518a9f82336d759db60 /BinaryEncoding.md
parent5b2794f9dba66c912ed78ab9fb2758ab80c3568b (diff)
parentac4cd1a5fe2847ef1f7ca70913fd93fb68e113ec (diff)
downloadnanowasm-design-6c494bc8bd0a95b5b7e6f54fc5919d2372e624cc.tar.gz
Merge pull request #431 from WebAssembly/rm-max-heap
Change linear memory max to be 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