diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-04-30 09:43:51 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-04-30 09:43:51 -0700 |
| commit | 169f3f0c2af3e863634010a3dd230eeca2cd6ba1 (patch) | |
| tree | a37f3e035d630c97d7b2075ffbb4549365583d9e | |
| parent | 6f72e6053c63f1ab96fb71fc427afd34ff689e2f (diff) | |
| download | nanowasm-design-169f3f0c2af3e863634010a3dd230eeca2cd6ba1.tar.gz | |
Move the note about prioritizing features based on developer feedback to FutureFeatures.md.
| -rw-r--r-- | EssentialPostV1Features.md | 4 | ||||
| -rw-r--r-- | FutureFeatures.md | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/EssentialPostV1Features.md b/EssentialPostV1Features.md index f248a17..c7c18df 100644 --- a/EssentialPostV1Features.md +++ b/EssentialPostV1Features.md @@ -1,9 +1,7 @@ # Essential Post-v.1 Features This is a list of essential features we *know* we need but were not part of the -Minimum Viable Product that is [v.1](V1.md). These will be developed following -the [high-level goals](HighLevelGoals.md), and prioritized based on developer -feedback. +Minimum Viable Product that is [v.1](V1.md). *This is just a skeleton list to start a discussion* diff --git a/FutureFeatures.md b/FutureFeatures.md index 8380dd9..bb1ce25 100644 --- a/FutureFeatures.md +++ b/FutureFeatures.md @@ -3,7 +3,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](V1.md) or the [essential post-v.1 feature set](EssentialPostV1Features.md) -which are expected to be standardized immediately after v.1. +which are expected to be standardized immediately after v.1. These will be +prioritized based on developer feedback. ## Dynamic loading * Both load-time and run-time. |
