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:
355355(See [ Value Definitions] ( Explainer.md#value-definitions ) in the explainer.)
356356
357357``` 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||)
359359val(bool) ::= 0x00 => false
360360 | 0x01 => true
361361val(u8) ::= v:<core:byte> => v
@@ -401,7 +401,6 @@ Notes:
401401 - [ ` core:u16 ` ]
402402 - [ ` core:u32 ` ]
403403 - [ ` core:u64 ` ]
404- - [ ` core:uN ` ]
405404 - [ ` core:f32 ` ]
406405 - [ ` core:f64 ` ]
407406 - [ ` core:utf8 ` ]
@@ -445,7 +444,6 @@ named once.
445444[ `core:u32` ] : https://webassembly.github.io/spec/core/binary/values.html#integers
446445[ `core:s64` ] : https://webassembly.github.io/spec/core/binary/values.html#integers
447446[ `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
449447[ `core:f32` ] : https://webassembly.github.io/spec/core/binary/values.html#floating-point
450448[ `core:f64` ] : https://webassembly.github.io/spec/core/binary/values.html#floating-point
451449[ `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