diff options
| author | Luke Wagner <luke@mozilla.com> | 2015-08-04 09:02:31 -1000 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2015-08-12 08:23:30 -1000 |
| commit | 0ef4e93fe3bea4356fdee2c647b2dbc54cc2d3d0 (patch) | |
| tree | bd5c34722418d06b44762d3fad7727354726f62f /Modules.md | |
| parent | 87c01bd0840c08aba4f233985194b1070660d592 (diff) | |
| download | nanowasm-design-0ef4e93fe3bea4356fdee2c647b2dbc54cc2d3d0.tar.gz | |
Clarify, rename, and FAQ memory allocation
Diffstat (limited to 'Modules.md')
| -rw-r--r-- | Modules.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -108,8 +108,9 @@ to allow *explicitly* sharing linear memory between multiple modules. ## Initial state of linear memory A module will contain a section declaring the linear memory size (initial and -maximum size allowed by `sbrk`) and the initial contents of memory (analogous -to `.data`, `.rodata`, `.bss` sections in native executables). +maximum size allowed by [`resize_memory`](AstSemantics.md#resizing) and the +initial contents of memory (analogous to `.data`, `.rodata`, `.bss` sections in +native executables). ## Code section |
