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 c360086 commit 50e699fCopy full SHA for 50e699f
proposals/reference-types/Overview.md
@@ -71,8 +71,7 @@ New/extended instructions:
71
- allowed in constant expressions
72
73
* The new instruction `ref.is_null` checks for null.
74
- - `ref.is_null rt : [rtref] -> [i32]`
75
- - iff `rt = func` or `rt = extern`
+ - `ref.is_null : [rtref] -> [i32]`
76
77
* The new instruction `ref.func` creates a reference to a given function.
78
- `ref.func $x : [] -> [funcref]`
0 commit comments