From 5cd6b7f60aab8bc654f69b7af1c3b2cf342f58ea Mon Sep 17 00:00:00 2001 From: titzer Date: Mon, 2 Nov 2015 17:47:00 -0800 Subject: Don't repeat 64KiB --- AstSemantics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3