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

Commit a58f37f

Browse files
committed
Adjust README.md
1 parent df11a35 commit a58f37f

File tree

1 file changed

+5
-44
lines changed

1 file changed

+5
-44
lines changed

README.md

Lines changed: 5 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,17 @@
1-
[![Build Status](https://travis-ci.org/WebAssembly/reference-types.svg?branch=master)](https://travis-ci.org/WebAssembly/reference-types)
1+
[![Build Status](https://travis-ci.org/WebAssembly/exception-handling.svg?branch=master)](https://travis-ci.org/WebAssembly/exception-handling)
22

3-
# Reference Types Proposal for WebAssembly
4-
5-
This repository is a clone of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/).
6-
It is meant for discussion, prototype specification and implementation of a proposal to add support for basic reference types to WebAssembly.
7-
8-
* See the [overview](proposals/reference-types/Overview.md) for a summary of the proposal.
9-
10-
* See the [modified spec](https://webassembly.github.io/reference-types/core/) for details.
11-
12-
The repository is now based on the [bulk operations proposal](proposals/bulk-memory-operations/Overview.md) and includes all respective changes.
13-
14-
Original README from upstream repository follows...
15-
16-
# Exception handling
3+
# Exception Handling Proposal for WebAssembly
174

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

23-
The exception handling proposal depends on the [reference-types](https://github.com/WebAssembly/reference-types) proposal
24-
and on the [multi-value](https://github.com/WebAssembly/multi-value) proposal.
25-
26-
The repository is a clone
27-
of [WebAssembly/spec](https://github.com/WebAssembly/spec), first rebased on the spec of its dependency [reference-types](https://github.com/WebAssembly/reference-types), and then merged with the other dependency [multi-value](https://github.com/WebAssembly/multi-value).
28-
29-
The remainder of the document has contents of the two README files of the dependencies: [reference-types/README.md](https://github.com/WebAssembly/reference-types/blob/master/README.md) and [multi-value/README.md](https://github.com/WebAssembly/multi-value/blob/master/README.md).
30-
31-
# Reference Types Proposal for WebAssembly
10+
* See the [proposal overview](proposals/Exceptions.md) for a summary of the proposal.
3211

33-
[![Build Status](https://travis-ci.org/WebAssembly/reference-types.svg?branch=master)](https://travis-ci.org/WebAssembly/reference-types)
12+
The repository is now based on the [reference types proposal](proposals/reference-types/Overview.md) and includes all respective changes.
3413

35-
This repository is a clone of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/).
36-
It is meant for discussion, prototype specification and implementation of a proposal to add support for basic reference types to WebAssembly.
37-
38-
* See the [overview](https://github.com/WebAssembly/reference-types/blob/master/proposals/reference-types/Overview.md) for a summary of the proposal.
39-
40-
* See the [modified spec](https://webassembly.github.io/reference-types/) for details.
41-
42-
# Multi-value Proposal for WebAssembly
43-
44-
[![Build Status](https://travis-ci.org/WebAssembly/multi-value.svg?branch=master)](https://travis-ci.org/WebAssembly/multi-value)
45-
46-
This repository is a clone of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/).
47-
It is meant for discussion, prototype specification and implementation of a proposal to add support for returning multiple values to WebAssembly.
48-
49-
* See the [overview](https://github.com/WebAssembly/multi-value/blob/master/proposals/multi-value/Overview.md) for a summary of the proposal.
50-
51-
* See the [modified spec](https://webassembly.github.io/multi-value/) for details.
52-
53-
Original `README` from upstream repository follows...
14+
Original README from upstream repository follows...
5415

5516
# spec
5617

0 commit comments

Comments
 (0)