aboutsummaryrefslogtreecommitdiff
path: root/FutureFeatures.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2017-06-02 15:57:08 -0700
committerGitHub <noreply@github.com>2017-06-02 15:57:08 -0700
commitb1acd54ddbe2a206d5f52b1a771794d9c8a7f4ab (patch)
tree12da01aea0398ef8a1a6756680d5626127ad7047 /FutureFeatures.md
parent95f3da4b3d5d417181a4581fb73e1aff14efd65e (diff)
downloadnanowasm-design-b1acd54ddbe2a206d5f52b1a771794d9c8a7f4ab.tar.gz
Add ECMAScript module integration
Diffstat (limited to 'FutureFeatures.md')
-rw-r--r--FutureFeatures.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 71f3c76..8b4b7d0 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -9,19 +9,21 @@ issues.
## Tracking Issues
-| Feature | Tracking issue | Status |
-|--------------------|----------------|-------------|
-| Specification | [1077][] | in progress |
-| Threads | [1073][] | in progress |
-| Fixed-width SIMD | [1075][] | in progress |
-| Exception handling | [1078][] | in progress |
-| Garbage collection | [1079][] | in progress |
+| Feature | Tracking issue | Status |
+|-------------------------------|----------------|-------------|
+| Specification | [1077][] | in progress |
+| Threads | [1073][] | in progress |
+| Fixed-width SIMD | [1075][] | in progress |
+| Exception handling | [1078][] | in progress |
+| Garbage collection | [1079][] | in progress |
+| ECMAScript module integration | [1087][] | no started |
[1073]: https://github.com/WebAssembly/design/issues/1073
[1075]: https://github.com/WebAssembly/design/issues/1075
[1077]: https://github.com/WebAssembly/design/issues/1077
[1078]: https://github.com/WebAssembly/design/issues/1078
[1079]: https://github.com/WebAssembly/design/issues/1079
+ [1087]: https://github.com/WebAssembly/design/issues/1087
## Legacy Future Features