diff options
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. |
