From 5d3dbeb2cb57eb5e086d4da3f95e22c5fa83d27c Mon Sep 17 00:00:00 2001 From: titzer Date: Tue, 18 Aug 2015 18:33:15 +0200 Subject: Update Modules.md --- Modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Modules.md') 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 -- cgit v1.2.3