From 86c38e0405769e105151dcfa09290681c47d73cc Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Tue, 6 Oct 2015 14:36:01 -0500 Subject: Only allow memory growth in MVP --- Modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules.md') 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)). -- cgit v1.2.3