aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-09 14:32:49 +0200
committerJF Bastien <jfb@chromium.org>2015-06-09 14:32:49 +0200
commiteaf86e8baabbfa016a68459702f18b79822412e4 (patch)
treea2dbafa8447d5612a28439384970db616638a1a4
parentda1c71442ca57ba55297b464b22c08843e05429e (diff)
downloadnanowasm-design-eaf86e8baabbfa016a68459702f18b79822412e4.tar.gz
Unaligned.
-rw-r--r--Portability.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Portability.md b/Portability.md
index 8800cc6..6f8e973 100644
--- a/Portability.md
+++ b/Portability.md
@@ -12,6 +12,7 @@ characteristics:
* 8-bit bytes.
* Addressable at a byte memory granularity.
+* Support unaligned memory accesses.
* Little-endian byte ordering.
* Up to 4GiB of addressable memory in a 32-bit address space. Heaps bigger than
4GiB in a 64-bit address space