File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ def $FUNCREF : reftype
749749;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
750750def $EXNREF : reftype
751751 ;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
752- def $EXNREF = REF_reftype(?(NULL_NULL), EXTERN_heaptype )
752+ def $EXNREF = REF_reftype(?(NULL_NULL), EXN_heaptype )
753753
754754;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
755755def $EXTERNREF : reftype
Original file line number Diff line number Diff line change 28472847
28482848$$
28492849\begin{array}[t]{@{}lcl@{}l@{}}
2850- \mathsf{exnref} & = & (\mathsf{ref}~\mathsf{null}~\mathsf{extern }) \\
2850+ \mathsf{exnref} & = & (\mathsf{ref}~\mathsf{null}~\mathsf{exn }) \\
28512851\end{array}
28522852$$
28532853
Original file line number Diff line number Diff line change @@ -739,7 +739,7 @@ def $FUNCREF : reftype
739739;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
740740def $EXNREF : reftype
741741 ;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
742- def $EXNREF = REF_reftype(?(NULL_NULL), EXTERN_heaptype )
742+ def $EXNREF = REF_reftype(?(NULL_NULL), EXN_heaptype )
743743
744744;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
745745def $EXTERNREF : reftype
@@ -9647,7 +9647,7 @@ def $FUNCREF : reftype
96479647;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
96489648def $EXNREF : reftype
96499649 ;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
9650- def $EXNREF = REF_reftype(?(NULL_NULL), EXTERN_heaptype )
9650+ def $EXNREF = REF_reftype(?(NULL_NULL), EXN_heaptype )
96519651
96529652;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
96539653def $EXTERNREF : reftype
@@ -18560,7 +18560,7 @@ def $FUNCREF : reftype
1856018560;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
1856118561def $EXNREF : reftype
1856218562 ;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
18563- def $EXNREF = REF_reftype(?(NULL_NULL), EXTERN_heaptype )
18563+ def $EXNREF = REF_reftype(?(NULL_NULL), EXN_heaptype )
1856418564
1856518565;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
1856618566def $EXTERNREF : reftype
Original file line number Diff line number Diff line change @@ -20364,7 +20364,7 @@ The instruction sequence :math:`(\mathsf{block}~{\mathit{blocktype}}~{{\mathit{i
2036420364.......................
2036520365
2036620366
20367- 1. Return :math:`(\mathsf{ref}~\mathsf{null}~\mathsf{extern })`.
20367+ 1. Return :math:`(\mathsf{ref}~\mathsf{null}~\mathsf{exn })`.
2036820368
2036920369
2037020370:math:`\mathsf{externref}`
@@ -28874,7 +28874,7 @@ FUNCREF
28874288741. Return (REF ?(NULL) FUNC).
2887528875
2887628876EXNREF
28877- 1. Return (REF ?(NULL) EXTERN ).
28877+ 1. Return (REF ?(NULL) EXN ).
2887828878
2887928879EXTERNREF
28880288801. Return (REF ?(NULL) EXTERN).
You can’t perform that action at this time.
0 commit comments