aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-08 17:46:01 +0200
committerJF Bastien <jfb@chromium.org>2015-06-08 17:46:01 +0200
commit8ab1c1eaaf25e0688d893a70708aba31188f76d1 (patch)
tree0a3d24b1d065529f430de89f2854899a421b327a /BinaryEncoding.md
parent9329862be20ddb6da38e28519871910c2680af1d (diff)
downloadnanowasm-design-8ab1c1eaaf25e0688d893a70708aba31188f76d1.tar.gz
Split out text format into its own document.
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index ad0c80c..bb9d339 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -125,7 +125,7 @@ conflict-avoidance practices surrounding string names:
that modules could optionally use as a starting point to further refine.
* For example, to use all of [the MVP](MVP.md) plus [SIMD](EssentialPostMVPFeatures.md#fixed-width-simd)
the declaration could be "base" followed by the list of SIMD opcodes used.
- * This feature would also be most useful for people handwriting the [text format](MVP.md#text-format).
+ * This feature would also be most useful for people handwriting the [text format](TextFormat.md).
* However, such a version declaration does not establish a global "version" for the module
or affect anything outside of the initialization of the index spaces; decoders would
remain versionless and simply add cases for new *names* (as with current JS parsers).