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

Reorganize old proposals #138

Merged
merged 1 commit into from
Oct 12, 2020
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ THIS DOCUMENT IS OBSOLETE!

Please see The new [Level 1 MVP Proposal] instead.

[Level 1 MVP Proposal]: https://github.com/WebAssembly/exception-handling/blob/master/proposals/old/Level-1.md
[Level 1 MVP Proposal]: Exceptions-v2-Level-1.md

The original proposal is preserved here for reference.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ levels, and either:

This document supersedes the original [Exceptions Proposal].

[Exceptions Proposal]: https://github.com/WebAssembly/exception-handling/blob/master/proposals/old/Exceptions.md
[Exceptions Proposal]: Exceptions-v1.md

## Overview

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Exception handling

There were two alternative proposals
([1st](https://github.com/WebAssembly/exception-handling/blob/master/proposals/old/Exceptions.md)
and
[2nd](https://github.com/WebAssembly/exception-handling/blob/master/proposals/old/Level-1.md))
for the design of exception handling and we
There were two alternative proposals ([1st](Exceptions-v1.md) and
[2nd](Exceptions-v2-Level-1.md)) for the design of exception handling and we
[decided](https://github.com/WebAssembly/meetings/blob/master/2018/TPAC.md#exception-handling-ben-titzer)
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
Expand Down