aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2018-06-20 11:51:26 -0700
committerGitHub <noreply@github.com>2018-06-20 11:51:26 -0700
commit83595347e9f9c92d9f357eefe59ee35ed07d1769 (patch)
tree82afb7711fa008045470e3f774a72f5d6aaaf7df
parent27c7aabccc0624d8c82bf66bc22d941635581fb0 (diff)
Fix unmanaged closures to pre-proposal (#1218)
See https://github.com/WebAssembly/design/issues/1217
-rw-r--r--FutureFeatures.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 6288ebc..092fbda 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -28,7 +28,7 @@ The Community Group and Working Group have adopted [a process document for propo
| Sign-extension operators | [1178][] | in progress | Standardize the Feature |
| Import/Export Mutable Globals | [1179][] | in progress | Standardize the Feature |
| Type Reflection for WebAssembly JavaScript API | [1181][] | in progress | Feature proposal |
-| Unmanaged closures | [1182][] | in progress | Feature proposal |
+| Unmanaged closures | [1182][] | in progress | Pre-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 |