You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: document/core/syntax/types.rst
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,6 @@ The type |FUNCREF| denotes the infinite union of all references to :ref:`functio
63
63
64
64
The type |NULLREF| only contains a single value: the :ref:`null <syntax-ref.null>` reference.
65
65
It is a :ref:`subtype <match-reftype>` of all other reference types.
66
-
By virtue of being representable in neither the :ref:`binary format <binary-reftype>` nor the :ref:`text format <text-reftype>`, the |NULLREF| type cannot be used in a program;
67
-
it only occurs during :ref:`validation <valid>`.
68
66
69
67
.. note::
70
68
Future versions of WebAssembly may include reference types that do not include null and hence are not supertypes of |NULLREF|.
0 commit comments