aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2018-03-13 09:02:06 -0400
committerGitHub <noreply@github.com>2018-03-13 09:02:06 -0400
commitfc886f061e825d154aca910f9ab3b511b7fdf4ea (patch)
treeff3543214d375d6438c02580e5e09b30ae4caa02
parent838ec86f4dd289242368f7267ff0ca0b75086526 (diff)
downloadnanowasm-design-fc886f061e825d154aca910f9ab3b511b7fdf4ea.tar.gz
Update ESM and bigint (#1194)
-rw-r--r--FutureFeatures.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 0543abe..c7621ba 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -20,7 +20,7 @@ The Community Group and Working Group have adopted [a process document for propo
| Garbage collection | [1079][] | in progress | Feature proposal |
| Bulk memory operations | [1114][] | in progress | Feature proposal |
| Web Content Security Policy | [1122][] | in progress | Pre-proposal |
-| ECMAScript module integration | [1087][] | not started | Pre-proposal |
+| ECMAScript module integration | [1087][] | in progress | Feature proposal |
| Tail Call | [1144][] | in progress | Feature proposal |
| Non-trapping float-to-int conversions | [1143][] | in progress | Implementation phase |
| Multi-value | [1146][] | in progress | Implementation phase |
@@ -29,7 +29,7 @@ The Community Group and Working Group have adopted [a process document for propo
| Import/Export Mutable Globals | [1179][] | in progress | Implementation phase |
| Type Reflection for WebAssembly JavaScript API | [1181][] | in progress | Feature proposal |
| Unmanaged closures | [1182][] | in progress | Feature proposal |
-| JavaScript BigInt to WebAssembly i64 integration | [1186][] | in progress | Feature proposal |
+| JavaScript BigInt to WebAssembly i64 integration | [1186][] | in progress | Proposed Spec Text Available |
| Custom Annotation Syntax in the Text Format | [1192][] | in progress | Feature proposal |
[1073]: https://github.com/WebAssembly/design/issues/1073