aboutsummaryrefslogtreecommitdiff
path: root/HighLevelGoals.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-06-12 17:46:20 +0200
committerJF Bastien <github@jfbastien.com>2015-06-12 17:46:20 +0200
commit4cb469bdd1eaaaf0ee6c54b69e10da48823fccc1 (patch)
tree4665344a6000b6df9f3f5784f19cf050f3cad220 /HighLevelGoals.md
parent5cac0f67e2704c84e55e76c76ba96c3e09173892 (diff)
parente47c672a80a2e159e1b01779f33062894e62d85b (diff)
downloadnanowasm-design-4cb469bdd1eaaaf0ee6c54b69e10da48823fccc1.tar.gz
Merge pull request #153 from WebAssembly/postmvp
Short document name bikeshed.
Diffstat (limited to 'HighLevelGoals.md')
-rw-r--r--HighLevelGoals.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md
index 57d36ce..bd23ea7 100644
--- a/HighLevelGoals.md
+++ b/HighLevelGoals.md
@@ -12,8 +12,8 @@
* ship an effective and efficient [polyfill](Polyfill.md) library for the
MVP that translates WebAssembly code into JavaScript in the client so that
WebAssembly MVP can run on existing browsers;
- * ship a follow-up to the MVP which adds several more
- [essential features](EssentialPostMVPFeatures.md); and
+ * ship a [follow-up to the MVP](PostMVP.md) which adds several more
+ essential features; and
* continue to iteratively specify [additional features](FutureFeatures.md),
prioritized by feedback and experience, including support for languages
other than C/C++.