aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-09 15:38:23 +0200
committerJF Bastien <jfb@chromium.org>2015-06-09 15:38:23 +0200
commit3f83acabd167609e0982f5fbbdb817ab2cf759d8 (patch)
tree543f9e75b7fecb330c8e45f4421a2f9c6d9bcb7f
parenteaf86e8baabbfa016a68459702f18b79822412e4 (diff)
downloadnanowasm-design-3f83acabd167609e0982f5fbbdb817ab2cf759d8.tar.gz
Clarify abstraction layer.
-rw-r--r--Portability.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Portability.md b/Portability.md
index 6f8e973..7b2804a 100644
--- a/Portability.md
+++ b/Portability.md
@@ -34,4 +34,5 @@ source-code level through WebAssembly libraries which will use
standardized: WebAssembly will follow the
[extensible web manifesto](https://extensiblewebmanifesto.org)'s lead and expose
low-level capabilities that expose the possibilities of the underlying platform
-as closely as possible.
+as closely as possible. WebAssembly therefore standardizes a lower-level
+abstraction layer, and expects libraries to offer portable APIs.