From 258e41a0e019c79267943ffb4bc83bcae2f8ea1f Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 9 Jun 2015 12:46:02 +0200 Subject: Reword around ILP32. --- Portability.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Portability.md b/Portability.md index 37d7e41..27cbb9b 100644 --- a/Portability.md +++ b/Portability.md @@ -11,8 +11,8 @@ WebAssembly portability assumes: * 8-bit bytes. * Little-endian byte ordering. -* ILP32 data model (32-bit address space). 64-bit heaps may be added later, and - application would need to explicitly opt-in. +* 32-bit address space (often called ILP32 data model). 64-bit heaps may be + added later, and application would need to explicitly opt-in. * Hardware and operating system with process isolation, memory protection, and no-execute support for code pages. * An execution environment which offers forward progress guarantees to all -- cgit v1.2.3