File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ Notes:
355
355
(See [ Value Definitions] ( Explainer.md#value-definitions ) in the explainer.)
356
356
357
357
``` ebnf
358
- value ::= t:<valtype> len:<uN > v:<val(t)> => (value t v) (where len = ||v|| and N = ceil(sqrt(||v||)) )
358
+ value ::= t:<valtype> len:<core:u32 > v:<val(t)> => (value t v) (where len = ||v||)
359
359
val(bool) ::= 0x00 => false
360
360
| 0x01 => true
361
361
val(u8) ::= v:<core:byte> => v
@@ -401,7 +401,6 @@ Notes:
401
401
- [ ` core:u16 ` ]
402
402
- [ ` core:u32 ` ]
403
403
- [ ` core:u64 ` ]
404
- - [ ` core:uN ` ]
405
404
- [ ` core:f32 ` ]
406
405
- [ ` core:f64 ` ]
407
406
- [ ` core:utf8 ` ]
@@ -445,7 +444,6 @@ named once.
445
444
[ `core:u32` ] : https://webassembly.github.io/spec/core/binary/values.html#integers
446
445
[ `core:s64` ] : https://webassembly.github.io/spec/core/binary/values.html#integers
447
446
[ `core:u64` ] : https://webassembly.github.io/spec/core/binary/values.html#integers
448
- [ `core:uN` ] : https://webassembly.github.io/spec/core/binary/values.html#integers
449
447
[ `core:f32` ] : https://webassembly.github.io/spec/core/binary/values.html#floating-point
450
448
[ `core:f64` ] : https://webassembly.github.io/spec/core/binary/values.html#floating-point
451
449
[ `core:utf8` ] : https://webassembly.github.io/spec/core/binary/values.html#binary-utf8
You can’t perform that action at this time.
0 commit comments