|
1 |
| -[](https://travis-ci.org/WebAssembly/reference-types) |
| 1 | +[](https://travis-ci.org/WebAssembly/exception-handling) |
2 | 2 |
|
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 |
17 | 4 |
|
18 | 5 | This repository
|
19 | 6 | holds a
|
20 | 7 | [proposal](https://github.com/WebAssembly/exception-handling/blob/master/proposals/Exceptions.md) for
|
21 | 8 | adding exception handling to WebAssembly.
|
22 | 9 |
|
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. |
32 | 11 |
|
33 |
| -[](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. |
34 | 13 |
|
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 |
| -[](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... |
54 | 15 |
|
55 | 16 | # spec
|
56 | 17 |
|
|
0 commit comments