Skip to content

Commit

Permalink
Add reference types proposal as a prerequisite (WebAssembly#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
aheejin authored Dec 3, 2018
1 parent 530d2b9 commit 2bbeec2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proposals/Exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on the second proposal, which uses first-class exception types, mainly based on
the reasoning that it is more expressive and also more extendible to other kinds
of events.

This proposal requires the [reference types
proposal](https://github.com/WebAssembly/reference-types/blob/master/proposals/reference-types/Overview.md)
as a prerequisite, since the [`except_ref`](#the-exception-reference-data-type)
type should be represented as a subtype of `anyref`.

---

## Overview
Expand Down

0 comments on commit 2bbeec2

Please sign in to comment.