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 /HighLevelGoals.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 'HighLevelGoals.md')
| -rw-r--r-- | HighLevelGoals.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md index e03cfe8..3bee4e7 100644 --- a/HighLevelGoals.md +++ b/HighLevelGoals.md @@ -12,7 +12,7 @@ aimed at [C/C++](CAndC++.md); * a [follow-up to the MVP](PostMVP.md) which adds several more essential features; and - * [additional features](FutureFeatures.md), specified iteratively and + * [additional features :unicorn:][future features], specified iteratively and prioritized by feedback and experience, including support for languages other than C/C++. 3. Design to execute within and integrate well with the *existing* @@ -33,3 +33,5 @@ clang port ([why LLVM first?](FAQ.md#which-compilers-can-i-use-to-build-webassembly-programs)); * promote other compilers and tools targeting WebAssembly; and * enable other useful [tooling](Tooling.md). + +[future features]: FutureFeatures.md |
