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

Fix links in README.md #140

Merged
merged 1 commit into from
Oct 14, 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
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

# Exception Handling Proposal for WebAssembly

This repository
holds a
[proposal](https://github.com/WebAssembly/exception-handling/blob/master/proposals/Exceptions.md) for
adding exception handling to WebAssembly.
This repository holds a [proposal](proposals/exception-handling/Exceptions.md)
for adding exception handling to WebAssembly.

* See the [proposal overview](proposals/Exceptions.md) for a summary of the proposal.
* See the [proposal overview](proposals/exception-handling/Exceptions.md) for a
summary of the proposal.

The repository is now based on the [reference types proposal](proposals/reference-types/Overview.md) and includes all respective changes.

Expand All @@ -23,14 +22,15 @@ specification language.
It also holds the WebAssembly testsuite, which tests numerous aspects of
conformance to the spec.

View the work-in-progress spec at [webassembly.github.io/spec](https://webassembly.github.io/spec/).
View the work-in-progress spec at
[webassembly.github.io/spec](https://webassembly.github.io/spec/).

At this time, the contents of this repository are under development and known
to be "incomplet and inkorrect".

Participation is welcome. Discussions about new features, significant semantic
changes, or any specification change likely to generate substantial discussion
should take place in
[the WebAssembly design repository](https://github.com/WebAssembly/design)
first, so that this spec repository can remain focused. And please follow the
[guidelines for contributing](Contributing.md).
should take place in [the WebAssembly design
repository](https://github.com/WebAssembly/design) first, so that this spec
repository can remain focused. And please follow the [guidelines for
contributing](Contributing.md).