aboutsummaryrefslogtreecommitdiff
path: root/Web.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2016-03-18 14:59:37 -0700
committerJF Bastien <jfb@chromium.org>2016-03-18 14:59:37 -0700
commit832aaa80a03cd6e30b53320f3e77d5be42f2e9ff (patch)
tree72f36d6b257e747e85e930099ee3d287f7a07252 /Web.md
parentfd1aab9fc11d2d92674ff08f94470d741d7f3e4a (diff)
downloadnanowasm-design-832aaa80a03cd6e30b53320f3e77d5be42f2e9ff.tar.gz
Mention ES6 modules
Diffstat (limited to 'Web.md')
-rw-r--r--Web.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Web.md b/Web.md
index 4d24f69..3582c44 100644
--- a/Web.md
+++ b/Web.md
@@ -16,7 +16,9 @@ and the rest of the Web platform that have been considered:
## The `Wasm` object
-WebAssembly is exposed to the Web through a `Wasm` object, whose API is designed
+In addition to
+[integration with the ES6 Modules system](Modules.md#integration-with-es6-modules),
+WebAssembly is exposed to the Web through a `Wasm` object whose API is designed
to provide a powerful, idiomatic set of methods and properties to instantiate
and introspect WebAssembly modules directly from JavaScript.