Skip to content

Commit cf665bc

Browse files
rvolosatovslukewagner
authored andcommitted
remove {u,s}8 rule references from the binary spec
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 2408362 commit cf665bc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

design/mvp/Binary.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,11 +394,10 @@ val((result t (error u))) ::= 0x00 v:<val(t)> => (ok v)
394394
Notes:
395395
* Reused Core binary rules and functions:
396396
- [`core:name`]
397-
- [`core:s8`]
397+
- [`core:byte`]
398398
- [`core:s16`]
399399
- [`core:s32`]
400400
- [`core:s64`]
401-
- [`core:u8`]
402401
- [`core:u16`]
403402
- [`core:u32`]
404403
- [`core:u64`]
@@ -439,8 +438,7 @@ appear once within a `name` section, for example component instances can only be
439438
named once.
440439

441440

442-
[`core:s8`]: https://webassembly.github.io/spec/core/binary/values.html#integers
443-
[`core:u8`]: https://webassembly.github.io/spec/core/binary/values.html#integers
441+
[`core:byte`]: https://webassembly.github.io/spec/core/binary/values.html#binary-byte
444442
[`core:s16`]: https://webassembly.github.io/spec/core/binary/values.html#integers
445443
[`core:u16`]: https://webassembly.github.io/spec/core/binary/values.html#integers
446444
[`core:s32`]: https://webassembly.github.io/spec/core/binary/values.html#integers

0 commit comments

Comments
 (0)