diff options
| author | Luke Wagner <mail@lukewagner.name> | 2015-10-06 14:36:01 -0500 |
|---|---|---|
| committer | Luke Wagner <mail@lukewagner.name> | 2015-10-06 14:36:01 -0500 |
| commit | 86c38e0405769e105151dcfa09290681c47d73cc (patch) | |
| tree | 2c665efd20d840ff64d854e403574ad14b791154 /Modules.md | |
| parent | 8994285386b76b1fd2839946effaad3a36a62037 (diff) | |
| download | nanowasm-design-86c38e0405769e105151dcfa09290681c47d73cc.tar.gz | |
Only allow memory growth in MVP
Diffstat (limited to 'Modules.md')
| -rw-r--r-- | Modules.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)). |
