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 @@ -358,7 +358,7 @@ Notes:
358
358
(See [ Value Definitions] ( Explainer.md#value-definitions ) in the explainer.)
359
359
360
360
``` ebnf
361
- value ::= t:<valtype> len:<uN > v:<val(t)> => (value t v) (where len = ||v|| and N = ceil(sqrt(||v||)) )
361
+ value ::= t:<valtype> len:<u64 > v:<val(t)> => (value t v) (where len = ||v||)
362
362
val(bool) ::= 0x00 => false
363
363
| 0x01 => true
364
364
val(u8) ::= v:<core:byte> => v
@@ -404,7 +404,6 @@ Notes:
404
404
- [ ` core:u16 ` ]
405
405
- [ ` core:u32 ` ]
406
406
- [ ` core:u64 ` ]
407
- - [ ` core:uN ` ]
408
407
- [ ` core:f32 ` ]
409
408
- [ ` core:f64 ` ]
410
409
- [ ` core:utf8 ` ]
@@ -448,7 +447,6 @@ named once.
448
447
[ `core:u32` ] : https://webassembly.github.io/spec/core/binary/values.html#integers
449
448
[ `core:s64` ] : https://webassembly.github.io/spec/core/binary/values.html#integers
450
449
[ `core:u64` ] : https://webassembly.github.io/spec/core/binary/values.html#integers
451
- [ `core:uN` ] : https://webassembly.github.io/spec/core/binary/values.html#integers
452
450
[ `core:f32` ] : https://webassembly.github.io/spec/core/binary/values.html#floating-point
453
451
[ `core:f64` ] : https://webassembly.github.io/spec/core/binary/values.html#floating-point
454
452
[ `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