From b1acd54ddbe2a206d5f52b1a771794d9c8a7f4ab Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Fri, 2 Jun 2017 15:57:08 -0700 Subject: Add ECMAScript module integration --- FutureFeatures.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'FutureFeatures.md') 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 -- cgit v1.2.3