aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.