diff options
| author | Ben Smith <binjimin@gmail.com> | 2018-06-20 11:51:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-20 11:51:26 -0700 |
| commit | 83595347e9f9c92d9f357eefe59ee35ed07d1769 (patch) | |
| tree | 82afb7711fa008045470e3f774a72f5d6aaaf7df | |
| parent | 27c7aabccc0624d8c82bf66bc22d941635581fb0 (diff) | |
Fix unmanaged closures to pre-proposal (#1218)
See https://github.com/WebAssembly/design/issues/1217
| -rw-r--r-- | FutureFeatures.md | 2 |
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 | |
