From 832aaa80a03cd6e30b53320f3e77d5be42f2e9ff Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Fri, 18 Mar 2016 14:59:37 -0700 Subject: Mention ES6 modules --- Web.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Web.md') 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. -- cgit v1.2.3