Skip to content

Commit 26baed8

Browse files
committed
Update type assignments
0x65 is unavailable after https://github.com/WebAssembly/gc/pull/295/files.
1 parent 87d3d48 commit 26baed8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/stringref/Overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,10 +483,10 @@ Return a substring of *`view`*, starting at the current position of
483483

484484
```
485485
reftype ::= ...
486-
| 0x65 ⇒ stringref ; SLEB128(-0x1b)
487-
| 0x64 ⇒ stringview_wtf8 ; SLEB128(-0x1c)
488-
| 0x63 ⇒ stringview_wtf16 ; SLEB128(-0x1d)
489-
| 0x62 ⇒ stringview_iter ; SLEB128(-0x1e)
486+
| 0x64 ⇒ stringref ; SLEB128(-0x1c)
487+
| 0x63 ⇒ stringview_wtf8 ; SLEB128(-0x1d)
488+
| 0x62 ⇒ stringview_wtf16 ; SLEB128(-0x1e)
489+
| 0x61 ⇒ stringview_iter ; SLEB128(-0x1f)
490490
491491
wtf8_policy ::= 0x00 ⇒ utf8
492492
| 0x01 ⇒ wtf8

0 commit comments

Comments
 (0)