This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ Reference Instructions
158
158
.. math ::
159
159
\begin {array}{llclll}
160
160
\production {instruction} & \Tplaininstr _I &::=& \dots \\ &&|&
161
- \text {ref.null}~~t{:}\Trefedtype &\Rightarrow & \REFNULL ~t \\ &&|&
161
+ \text {ref.null}~~t{:}\Theaptype &\Rightarrow & \REFNULL ~t \\ &&|&
162
162
\text {ref.is\_null} &\Rightarrow & \REFISNULL \\ &&|&
163
163
\text {ref.func}~~x{:}\Tfuncidx &\Rightarrow & \REFFUNC ~x \\ &&|&
164
164
\end {array}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Number Types
25
25
.. index :: reference type
26
26
pair: text format; reference type
27
27
.. _text-reftype :
28
- .. _text-refedtype :
28
+ .. _text-heaptype :
29
29
30
30
Reference Types
31
31
~~~~~~~~~~~~~~~
@@ -35,7 +35,7 @@ Reference Types
35
35
\production {reference type} & \Treftype &::=&
36
36
\text {funcref} &\Rightarrow & \FUNCREF \\ &&|&
37
37
\text {externref} &\Rightarrow & \EXTERNREF \\
38
- \production {referenced type} & \Trefedtype &::=&
38
+ \production {heap type} & \Theaptype &::=&
39
39
\text {func} &\Rightarrow & \FUNCREF \\ &&|&
40
40
\text {extern} &\Rightarrow & \EXTERNREF \\
41
41
\end {array}
Original file line number Diff line number Diff line change 663
663
664
664
.. |Tnumtype| mathdef:: \xref{text/types}{text-numtype}{\T{numtype}}
665
665
.. |Treftype| mathdef:: \xref{text/types}{text-reftype}{\T{reftype}}
666
- .. |Trefedtype | mathdef:: \xref{text/types}{text-refedtype }{\T{refedtype }}
666
+ .. |Theaptype | mathdef:: \xref{text/types}{text-heaptype }{\T{heaptype }}
667
667
.. |Tvaltype| mathdef:: \xref{text/types}{text-valtype}{\T{valtype}}
668
668
.. |Tfunctype| mathdef:: \xref{text/types}{text-functype}{\T{functype}}
669
669
You can’t perform that action at this time.
0 commit comments