diff options
| author | Hans Oksendahl <hansoksendahl@gmail.com> | 2018-08-03 12:02:43 -0700 |
|---|---|---|
| committer | Ben Smith <binjimin@gmail.com> | 2018-08-03 12:02:43 -0700 |
| commit | 14c81a610ee2412df2ecaa4706de97f2f2206c21 (patch) | |
| tree | 3c31d6e50fcafe305cdd270af9768d9c6239e532 /BinaryEncoding.md | |
| parent | 21d378c91caa755766fe1741d75403f241739e39 (diff) | |
| download | nanowasm-design-14c81a610ee2412df2ecaa4706de97f2f2206c21.tar.gz | |
Updated conversion anchor links to correct id (#1223)
These two anchor links were referencing the wrong URL.
Updated `#datatype-conversions` to `#datatype-conversions-truncations-reinterpretations-promotions-and-demotions`
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 6023560..fba2997 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -775,7 +775,7 @@ for [future :unicorn:][future multiple tables] use and must be 0 in the MVP. | `f64.max` | `0xa5` | | | | `f64.copysign` | `0xa6` | | | -## Conversions ([described here](Semantics.md#datatype-conversions)) +## Conversions ([described here](Semantics.md#datatype-conversions-truncations-reinterpretations-promotions-and-demotions)) | Name | Opcode | Immediate | Description | | ---- | ---- | ---- | ---- | @@ -801,7 +801,7 @@ for [future :unicorn:][future multiple tables] use and must be 0 in the MVP. | `f64.convert_u/i64` | `0xba` | | | | `f64.promote/f32` | `0xbb` | | | -## Reinterpretations ([described here](Semantics.md#datatype-conversions)) +## Reinterpretations ([described here](Semantics.md#datatype-conversions-truncations-reinterpretations-promotions-and-demotions)) | Name | Opcode | Immediate | Description | | ---- | ---- | ---- | ---- | |
