From 477274504ea60c2f06ee195bff36c71d24aefaf8 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Thu, 21 Apr 2016 16:55:59 -0500 Subject: Rename fields in memory section (#661) * Rename fields in memory section Does not affect the spec, but I think `initial` is a better name than `minimum` since the `initial` isn't necessarily the `minimum` if, in the future, we were to add a `shrink_memory` + `minimum` (which could be <= `initial`). The PR also renames `max` to be more consistent with other names in this file. * Update BinaryEncoding.md --- BinaryEncoding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 3030270..73d9373 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -178,8 +178,8 @@ associated with the module. | Field | Type | Description | | ----- | ----- | ----- | -| min_mem_pages | `varuint32` | minimize memory size in 64KiB pages | -| max_mem_pages | `varuint32` | maximum memory size in 64KiB pages | +| initial | `varuint32` | initial memory size in 64KiB pages | +| maximum | `varuint32` | maximum memory size in 64KiB pages | | exported | `uint8` | `1` if the memory is visible outside the module | ### Export Table section -- cgit v1.2.3