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 a06bd84 commit 944d792Copy full SHA for 944d792
1 file changed
proposals/multibyte-array-access/Overview.md
@@ -33,9 +33,9 @@ argument.
33
### Text Format Syntax
34
35
```
36
-i32.load ($type_index) (<array ref>) (<address>)
+i32.load (type <typeidx>) (<array ref>) (<address>)
37
38
-i32.store ($type_index) (<array ref>) (<address>) (<value>)
+i32.store (type <typeidx>) (<array ref>) (<address>) (<value>)
39
40
41
## Alternatives
0 commit comments