aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortitzer <titzer@google.com>2015-11-02 17:47:00 -0800
committertitzer <titzer@google.com>2015-11-02 17:47:00 -0800
commit5cd6b7f60aab8bc654f69b7af1c3b2cf342f58ea (patch)
treeb4cf95bf56d4e2f6d7cf30491c0d2b6169c2101d
parent1274e3dc49b58b03b7dc901975292fffb4b7f10d (diff)
downloadnanowasm-design-5cd6b7f60aab8bc654f69b7af1c3b2cf342f58ea.tar.gz
Don't repeat 64KiB
-rw-r--r--AstSemantics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AstSemantics.md b/AstSemantics.md
index a407c36..adc49f3 100644
--- a/AstSemantics.md
+++ b/AstSemantics.md
@@ -198,7 +198,7 @@ operator requires its operand to be a multiple of the WebAssembly page size,
which is 64KiB on all engines.
* `grow_memory` : grow linear memory by a given unsigned delta which
- must be a multiple of 64KiB.
+ must be a multiple of the page size.
As stated [above](AstSemantics.md#linear-memory), linear memory is contiguous,
meaning there are no "holes" in the linear address space. After the