aboutsummaryrefslogtreecommitdiff
path: root/Web.md
diff options
context:
space:
mode:
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.