diff options
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 |
