Skip to content

Commit c3f309b

Browse files
committed
remove {u,s}8 rule references from the binary spec
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 7c0c34f commit c3f309b

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
@@ -397,11 +397,10 @@ val((result t (error u))) ::= 0x00 v:<val(t)> => (ok v)
397397
Notes:
398398
* Reused Core binary rules and functions:
399399
- [`core:name`]
400-
- [`core:s8`]
400+
- [`core:byte`]
401401
- [`core:s16`]
402402
- [`core:s32`]
403403
- [`core:s64`]
404-
- [`core:u8`]
405404
- [`core:u16`]
406405
- [`core:u32`]
407406
- [`core:u64`]
@@ -442,8 +441,7 @@ appear once within a `name` section, for example component instances can only be
442441
named once.
443442

444443

445-
[`core:s8`]: https://webassembly.github.io/spec/core/binary/values.html#integers
446-
[`core:u8`]: https://webassembly.github.io/spec/core/binary/values.html#integers
444+
[`core:byte`]: https://webassembly.github.io/spec/core/binary/values.html#binary-byte
447445
[`core:s16`]: https://webassembly.github.io/spec/core/binary/values.html#integers
448446
[`core:u16`]: https://webassembly.github.io/spec/core/binary/values.html#integers
449447
[`core:s32`]: https://webassembly.github.io/spec/core/binary/values.html#integers

0 commit comments

Comments
 (0)