aboutsummaryrefslogtreecommitdiff
path: root/FutureFeatures.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-12 11:59:03 +0200
committerJF Bastien <jfb@chromium.org>2015-06-12 11:59:03 +0200
commitc6e32e6e4d8f9f3242aec0ca4e99de1017a90574 (patch)
tree5641ff5b492aaae1ef6eca02f80c16cb118fc45f /FutureFeatures.md
parent7570edd51523b2189c1574ed74b259e55f5c87ae (diff)
parent8eaa519446b7312a0b35ac32d80d344c49b5bd18 (diff)
downloadnanowasm-design-c6e32e6e4d8f9f3242aec0ca4e99de1017a90574.tar.gz
Merge branch 'master' into generate
Diffstat (limited to 'FutureFeatures.md')
-rw-r--r--FutureFeatures.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 7021668..dbadd13 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -89,6 +89,13 @@ implementation running on such a platform may restrict allocations to the lower
* Text source maps become intractably large for even moderate-sized compiled
codes, so probably need to define new binary format for source maps.
+## Coroutines
+
+Coroutines will [eventually be part of C++][] and is already popular in other
+programming languages that WebAssembly will support.
+
+ [eventually be part of C++]: http://wg21.link/n4499
+
## Signature-restricted Proper Tail Calls
See the [asm.js RFC][] for a full description of signature-restricted Proper