diff options
| author | JF Bastien <github@jfbastien.com> | 2015-06-12 17:46:20 +0200 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-06-12 17:46:20 +0200 |
| commit | 4cb469bdd1eaaaf0ee6c54b69e10da48823fccc1 (patch) | |
| tree | 4665344a6000b6df9f3f5784f19cf050f3cad220 /BinaryEncoding.md | |
| parent | 5cac0f67e2704c84e55e76c76ba96c3e09173892 (diff) | |
| parent | e47c672a80a2e159e1b01779f33062894e62d85b (diff) | |
| download | nanowasm-design-4cb469bdd1eaaaf0ee6c54b69e10da48823fccc1.tar.gz | |
Merge pull request #153 from WebAssembly/postmvp
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 |
