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

Remove type annotation on ref.is_null in overview #108

Merged
merged 1 commit into from
Sep 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions proposals/reference-types/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ New/extended instructions:
- allowed in constant expressions

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

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