aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
authortitzer <titzer@google.com>2015-08-18 18:33:15 +0200
committertitzer <titzer@google.com>2015-08-18 18:33:15 +0200
commit5d3dbeb2cb57eb5e086d4da3f95e22c5fa83d27c (patch)
tree346edde664b493f5a42b8634a0390e4e47d8fedc /Modules.md
parente9bee501b78442225667276c49d6fe370af18205 (diff)
downloadnanowasm-design-5d3dbeb2cb57eb5e086d4da3f95e22c5fa83d27c.tar.gz
Update Modules.md
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules.md b/Modules.md
index b91aba2..e1460fa 100644
--- a/Modules.md
+++ b/Modules.md
@@ -109,8 +109,8 @@ to allow *explicitly* sharing linear memory between multiple modules.
A module will contain a section declaring the linear memory size (initial and
maximum size allowed by [`resize_memory`](AstSemantics.md#resizing) and the
-initial contents of memory (analogous to `.data`, `.rodata`, `.bss` sections in
-native executables).
+initial contents of memory,analogous to `.data`, `.rodata`, `.bss` sections in
+native executables (see [binary encoding](BinaryEncoding.md#global-structure)
## Code section