aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-09 12:46:02 +0200
committerJF Bastien <jfb@chromium.org>2015-06-09 12:46:02 +0200
commit258e41a0e019c79267943ffb4bc83bcae2f8ea1f (patch)
tree6c7d78be8fe52a1a346a48b8db2d986a7e9373b4
parent01676f85cbb672aa1199e35e2a83a480aacff20e (diff)
downloadnanowasm-design-258e41a0e019c79267943ffb4bc83bcae2f8ea1f.tar.gz
Reword around ILP32.
-rw-r--r--Portability.md4
1 files 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