aboutsummaryrefslogtreecommitdiff
path: root/TextFormat.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-06-12 13:52:45 +0200
committerJF Bastien <github@jfbastien.com>2015-06-12 13:52:45 +0200
commitd746c31b66549aab29cf0e28fc8decdc1572ea3f (patch)
tree4654e20b09b407667e6580dfc6e7bde9850bad38 /TextFormat.md
parent8eaa519446b7312a0b35ac32d80d344c49b5bd18 (diff)
downloadnanowasm-design-d746c31b66549aab29cf0e28fc8decdc1572ea3f.tar.gz
Link to MVP from TextFormat
Diffstat (limited to 'TextFormat.md')
-rw-r--r--TextFormat.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TextFormat.md b/TextFormat.md
index bebd120..4bb9b3a 100644
--- a/TextFormat.md
+++ b/TextFormat.md
@@ -4,7 +4,7 @@ The purpose of this text format is to support:
* View Source on a WebAssembly module, thus fitting into the Web (where every
source can be viewed) in a natural way.
* Presentation in browser development tools when source maps aren't present
- (which is necessarily the case with the MVP).
+ (which is necessarily the case with [the Minimum Viable Product (MVP)](MVP.md)).
* Writing WebAssembly code directly for reasons including pedagogical,
experimental, debugging, optimization, and testing of the spec itself.