aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2015-08-04 09:02:31 -1000
committerLuke Wagner <luke@mozilla.com>2015-08-12 08:23:30 -1000
commit0ef4e93fe3bea4356fdee2c647b2dbc54cc2d3d0 (patch)
treebd5c34722418d06b44762d3fad7727354726f62f /Modules.md
parent87c01bd0840c08aba4f233985194b1070660d592 (diff)
downloadnanowasm-design-0ef4e93fe3bea4356fdee2c647b2dbc54cc2d3d0.tar.gz
Clarify, rename, and FAQ memory allocation
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/Modules.md b/Modules.md
index 435788f..b91aba2 100644
--- a/Modules.md
+++ b/Modules.md
@@ -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