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

Commit 2bbeec2

Browse files
authored
Add reference types proposal as a prerequisite (#72)
1 parent 530d2b9 commit 2bbeec2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

proposals/Exceptions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on the second proposal, which uses first-class exception types, mainly based on
1010
the reasoning that it is more expressive and also more extendible to other kinds
1111
of events.
1212

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

1520
## Overview

0 commit comments

Comments
 (0)