diff options
| author | Brad Nelson <flagxor@gmail.com> | 2016-10-27 20:58:36 -0700 |
|---|---|---|
| committer | Seth Thompson <s3th.thompson@gmail.com> | 2016-10-27 20:58:36 -0700 |
| commit | 93e4e3b2d27884bf0cc989bed4f1161074804ada (patch) | |
| tree | 33fd57fb3056744ef198051a8a660afc4601178d /FutureFeatures.md | |
| parent | cad0ea9ed5f0ac1dda62abe2c66d0a38ff8c104d (diff) | |
| download | nanowasm-design-93e4e3b2d27884bf0cc989bed4f1161074804ada.tar.gz | |
Tagging future features with icon. (#839)
Added brief item on multiple return.
Diffstat (limited to 'FutureFeatures.md')
| -rw-r--r-- | FutureFeatures.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md index 69bbcf5..795437d 100644 --- a/FutureFeatures.md +++ b/FutureFeatures.md @@ -2,7 +2,8 @@ These are features that make sense in the context of the [high-level goals](HighLevelGoals.md) of WebAssembly but are not considered part -of the [Minimum Viable Product](MVP.md) or the essential [post-MVP](PostMVP.md) +of the [Minimum Viable Product](MVP.md) or the essential +[post-MVP :unicorn:](PostMVP.md) feature set which are expected to be standardized immediately after the MVP. These will be prioritized based on developer feedback, and will be available under [feature tests](FeatureTest.md). @@ -420,6 +421,11 @@ of WebAssembly in browsers: custom compression (on top of the spec-defined binary format, under generic HTTP `Content-Encoding` compression). +## Multiple Return + +The stack based nature of WebAssembly lends itself to the possibility +of supporting multiple return values from blocks / functions. + ## Multiple Tables and Memories The MVP limits modules to at most one memory and at most one table (the default |
