From b7d0b716fb29d8694303f96e9a48a64c51eb14cc Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Thu, 11 Jun 2015 11:25:55 +0200 Subject: Refactor essential post-MVP features * Format similar to other documents. * Clarify threads. * Move some details of threads on the Web to Web.md. * Move some details of SIMD for the Web to Web.md. * Expand on zero-cost EH. * Move discussion of coroutines to FutureFeatures.md. --- FutureFeatures.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FutureFeatures.md') 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 -- cgit v1.2.3