diff options
| author | JF Bastien <jfb@chromium.org> | 2015-06-12 11:59:03 +0200 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2015-06-12 11:59:03 +0200 |
| commit | c6e32e6e4d8f9f3242aec0ca4e99de1017a90574 (patch) | |
| tree | 5641ff5b492aaae1ef6eca02f80c16cb118fc45f /FutureFeatures.md | |
| parent | 7570edd51523b2189c1574ed74b259e55f5c87ae (diff) | |
| parent | 8eaa519446b7312a0b35ac32d80d344c49b5bd18 (diff) | |
| download | nanowasm-design-c6e32e6e4d8f9f3242aec0ca4e99de1017a90574.tar.gz | |
Merge branch 'master' into generate
Diffstat (limited to 'FutureFeatures.md')
| -rw-r--r-- | FutureFeatures.md | 7 |
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 |
