diff options
| author | titzer <titzer@google.com> | 2015-08-18 18:33:15 +0200 |
|---|---|---|
| committer | titzer <titzer@google.com> | 2015-08-18 18:33:15 +0200 |
| commit | 5d3dbeb2cb57eb5e086d4da3f95e22c5fa83d27c (patch) | |
| tree | 346edde664b493f5a42b8634a0390e4e47d8fedc /Modules.md | |
| parent | e9bee501b78442225667276c49d6fe370af18205 (diff) | |
| download | nanowasm-design-5d3dbeb2cb57eb5e086d4da3f95e22c5fa83d27c.tar.gz | |
Update Modules.md
Diffstat (limited to 'Modules.md')
| -rw-r--r-- | Modules.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
