Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 50e699f

Browse files
committed
Remove type annotation on ref.is_null in overview
See #99.
1 parent c360086 commit 50e699f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

proposals/reference-types/Overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ New/extended instructions:
7171
- allowed in constant expressions
7272

7373
* The new instruction `ref.is_null` checks for null.
74-
- `ref.is_null rt : [rtref] -> [i32]`
75-
- iff `rt = func` or `rt = extern`
74+
- `ref.is_null : [rtref] -> [i32]`
7675

7776
* The new instruction `ref.func` creates a reference to a given function.
7877
- `ref.func $x : [] -> [funcref]`

0 commit comments

Comments
 (0)