aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
authorLuke Wagner <mail@lukewagner.name>2015-10-06 14:36:01 -0500
committerLuke Wagner <mail@lukewagner.name>2015-10-06 14:36:01 -0500
commit86c38e0405769e105151dcfa09290681c47d73cc (patch)
tree2c665efd20d840ff64d854e403574ad14b791154 /Modules.md
parent8994285386b76b1fd2839946effaad3a36a62037 (diff)
downloadnanowasm-design-86c38e0405769e105151dcfa09290681c47d73cc.tar.gz
Only allow memory growth in MVP
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules.md b/Modules.md
index 4069734..b06c602 100644
--- a/Modules.md
+++ b/Modules.md
@@ -124,7 +124,7 @@ to allow *explicitly* injecting multiple modules into the same instance.
## Initial state of linear memory
A module will contain a section declaring the linear memory size (initial and
-maximum size allowed by [`resize_memory`](AstSemantics.md#resizing) and the
+maximum size allowed by [`grow_memory`](AstSemantics.md#resizing) and the
initial contents of memory, analogous to `.data`, `.rodata`, `.bss` sections in
native executables (see [binary encoding](BinaryEncoding.md#global-structure)).