From 8f649fc6030b6123864bb99c5539ffb2c51963a9 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Mon, 14 Sep 2015 13:50:18 -0700 Subject: Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FAQ.md') diff --git a/FAQ.md b/FAQ.md index 8adea97..d484665 100644 --- a/FAQ.md +++ b/FAQ.md @@ -288,7 +288,7 @@ the need arises and practicalities permit it. ## Why have wasm32 and wasm64, instead of just using 8 bytes for storing pointers? -A great number of applications that don't ever need as much as 4 GiB of memory. +A great number of applications don't ever need as much as 4 GiB of memory. Forcing all these applications to use 8 bytes for every pointer they store would significantly increase the amount of memory they require, and decrease their effective utilization of important hardware resources such as cache and memory -- cgit v1.2.3