diff options
| author | JF Bastien <jfb@chromium.org> | 2016-03-18 14:59:37 -0700 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2016-03-18 14:59:37 -0700 |
| commit | 832aaa80a03cd6e30b53320f3e77d5be42f2e9ff (patch) | |
| tree | 72f36d6b257e747e85e930099ee3d287f7a07252 /Web.md | |
| parent | fd1aab9fc11d2d92674ff08f94470d741d7f3e4a (diff) | |
| download | nanowasm-design-832aaa80a03cd6e30b53320f3e77d5be42f2e9ff.tar.gz | |
Mention ES6 modules
Diffstat (limited to 'Web.md')
| -rw-r--r-- | Web.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |
