We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4347702 commit b52270dCopy full SHA for b52270d
proposals/memory64/Overview.md
@@ -49,14 +49,14 @@ have to support 32-bit memory addresses in their ABI.
49
- `idxtype ::= i32 | i64`
50
51
* The [limits][syntax limits] structure is parameterised by index syntax
52
- - `limits_iv ::= {min iv, max iv?}`
+ - `limits(iv) ::= {min iv, max iv?}`
53
The parameter is omitted where it is immaterial.
54
55
* The [table type][syntax tabletype] continues to use i32 indices
56
- - `tabletype ::= limits_i32 elemtype`
+ - `tabletype ::= limits(i32) elemtype`
57
58
* The [memory type][syntax memtype] structure is extended to have an index type
59
- - `memtype ::= idxtype limits_iv (iff idxtype = type(iv))`
+ - `memtype ::= idxtype limits(type(iv))`
60
- where
61
```
62
type(\i32) = \I32
0 commit comments