Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit 7708eb4

Browse files
authored
Merge pull request #108 from aheejin/remove_ref_is_null_type
Remove type annotation on ref.is_null in overview
2 parents c360086 + 50e699f commit 7708eb4

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)