aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
authorhubert-reinterpretcast <hubert-reinterpretcast@users.noreply.github.com>2017-07-21 14:45:26 -0400
committerJF Bastien <github@jfbastien.com>2017-07-21 11:45:26 -0700
commitfb384b991f50deff4c8d7a7301307d1463a3ae64 (patch)
treeb3c1133e66997dbeb23aee4ac2a6699c2f420e59 /Modules.md
parentbdbccf01df98d049bedb9406036f383a63701804 (diff)
downloadnanowasm-design-fb384b991f50deff4c8d7a7301307d1463a3ae64.tar.gz
Fix broken link on ES6 module integration (#1109)
Redirected a link on ES6 module integration to the future features page.
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules.md b/Modules.md
index 48f0c55..596f4d2 100644
--- a/Modules.md
+++ b/Modules.md
@@ -6,7 +6,7 @@ with a set of import values to produce an **instance**, which is an immutable
tuple referencing all the state accessible to the running module. Multiple
module instances can access the same shared state which is the basis for
[dynamic linking](DynamicLinking.md) in WebAssembly. WebAssembly modules
-are also designed to [integrate with ES6 modules](#integration-with-es6-modules).
+are also meant to integrate with ES6 modules in the [future :unicorn:][future ES6 modules].
A module contains the following sections:
@@ -327,6 +327,7 @@ to the following nullary operators:
In the future, operators like `i32.add` could be added to allow more expressive
`base + offset` load-time calculations.
+[future ES6 modules]: FutureFeatures.md#tracking-issues
[future types]: FutureFeatures.md#more-table-operators-and-types
[future dom]: FutureFeatures.md#gc/dom-integration
[future multiple tables]: FutureFeatures.md#multiple-tables-and-memories