diff options
| author | JF Bastien <jfb@chromium.org> | 2015-06-09 15:38:23 +0200 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2015-06-09 15:38:23 +0200 |
| commit | 3f83acabd167609e0982f5fbbdb817ab2cf759d8 (patch) | |
| tree | 543f9e75b7fecb330c8e45f4421a2f9c6d9bcb7f | |
| parent | eaf86e8baabbfa016a68459702f18b79822412e4 (diff) | |
| download | nanowasm-design-3f83acabd167609e0982f5fbbdb817ab2cf759d8.tar.gz | |
Clarify abstraction layer.
| -rw-r--r-- | Portability.md | 3 |
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. |
