diff options
| author | JF Bastien <github@jfbastien.com> | 2015-06-12 13:52:45 +0200 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-06-12 13:52:45 +0200 |
| commit | d746c31b66549aab29cf0e28fc8decdc1572ea3f (patch) | |
| tree | 4654e20b09b407667e6580dfc6e7bde9850bad38 /TextFormat.md | |
| parent | 8eaa519446b7312a0b35ac32d80d344c49b5bd18 (diff) | |
| download | nanowasm-design-d746c31b66549aab29cf0e28fc8decdc1572ea3f.tar.gz | |
Link to MVP from TextFormat
Diffstat (limited to 'TextFormat.md')
| -rw-r--r-- | TextFormat.md | 2 |
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. |
