diff options
| author | JF Bastien <jfb@chromium.org> | 2015-06-12 14:39:36 +0200 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2015-06-12 14:39:36 +0200 |
| commit | e47c672a80a2e159e1b01779f33062894e62d85b (patch) | |
| tree | bfeda7fff83ce60030413e4df2b79b397fb310d5 /BinaryEncoding.md | |
| parent | d746c31b66549aab29cf0e28fc8decdc1572ea3f (diff) | |
| download | nanowasm-design-e47c672a80a2e159e1b01779f33062894e62d85b.tar.gz | |
Short document name bikeshed.
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 97a143f..3aad2a6 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -123,8 +123,9 @@ conflict-avoidance practices surrounding string names: * To avoid (over time) large index-space declaration sections that are largely the same between modules, finalized versions of standards would define named baseline index spaces 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. + * For example, to use all of [the MVP](MVP.md) plus + [SIMD](PostMVP.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](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 |
