diff options
| author | JF Bastien <jfb@chromium.org> | 2015-06-08 17:46:01 +0200 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2015-06-08 17:46:01 +0200 |
| commit | 8ab1c1eaaf25e0688d893a70708aba31188f76d1 (patch) | |
| tree | 0a3d24b1d065529f430de89f2854899a421b327a /BinaryEncoding.md | |
| parent | 9329862be20ddb6da38e28519871910c2680af1d (diff) | |
| download | nanowasm-design-8ab1c1eaaf25e0688d893a70708aba31188f76d1.tar.gz | |
Split out text format into its own document.
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 2 |
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). |
