diff options
| author | Brad Nelson <flagxor@gmail.com> | 2016-10-30 09:22:33 -0700 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2016-10-30 09:22:33 -0700 |
| commit | 18759dd1f259429504cba1b9470744f5135db7b4 (patch) | |
| tree | bdbb772bface2616ac9ad75f62379588af959df1 /BinaryEncoding.md | |
| parent | aa1215b693c2905edc18d92df2254c140ddeab96 (diff) | |
| download | nanowasm-design-18759dd1f259429504cba1b9470744f5135db7b4.tar.gz | |
Merge PostMVP into FutureFeatures for clarity. (#845)
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 1612765..9ea2766 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -6,7 +6,7 @@ The binary encoding is a dense representation of module information that enables small files, fast decoding, and reduced memory usage. See the [rationale document](Rationale.md#why-a-binary-encoding) for more detail. -[:unicorn:][future general] = Planned [future](PostMVP.md) feature +[:unicorn:][future general] = Planned [future][future general] feature The encoding is split into three layers: @@ -736,9 +736,9 @@ for [future :unicorn:][future multiple tables] use and must be 0 in the MVP. | `f32.reinterpret/i32` | `0xbe` | | | | `f64.reinterpret/i64` | `0xbf` | | | -[future general]: PostMVP.md -[future multiple return]: PostMVP.md#multiple-return -[future threads]: PostMVP.md#threads +[future general]: FutureFeatures.md +[future multiple return]: FutureFeatures.md#multiple-return +[future threads]: FutureFeatures.md#threads [future types]: FutureFeatures.md#more-table-operators-and-types [future multiple tables]: FutureFeatures.md#multiple-tables-and-memories [future compression]: https://github.com/WebAssembly/decompressor-prototype/blob/master/CompressionLayer1.md |
