2
2
3
3
# Exception Handling Proposal for WebAssembly
4
4
5
- This repository
6
- holds a
7
- [ proposal] ( https://github.com/WebAssembly/exception-handling/blob/master/proposals/Exceptions.md ) for
8
- adding exception handling to WebAssembly.
5
+ This repository holds a [ proposal] ( proposals/exception-handling/Exceptions.md )
6
+ for adding exception handling to WebAssembly.
9
7
10
- * See the [ proposal overview] ( proposals/Exceptions.md ) for a summary of the proposal.
8
+ * See the [ proposal overview] ( proposals/exception-handling/Exceptions.md ) for a
9
+ summary of the proposal.
11
10
12
11
The repository is now based on the [ reference types proposal] ( proposals/reference-types/Overview.md ) and includes all respective changes.
13
12
@@ -23,14 +22,15 @@ specification language.
23
22
It also holds the WebAssembly testsuite, which tests numerous aspects of
24
23
conformance to the spec.
25
24
26
- View the work-in-progress spec at [ webassembly.github.io/spec] ( https://webassembly.github.io/spec/ ) .
25
+ View the work-in-progress spec at
26
+ [ webassembly.github.io/spec] ( https://webassembly.github.io/spec/ ) .
27
27
28
28
At this time, the contents of this repository are under development and known
29
29
to be "incomplet and inkorrect".
30
30
31
31
Participation is welcome. Discussions about new features, significant semantic
32
32
changes, or any specification change likely to generate substantial discussion
33
- should take place in
34
- [ the WebAssembly design repository] ( https://github.com/WebAssembly/design )
35
- first, so that this spec repository can remain focused. And please follow the
36
- [ guidelines for contributing] ( Contributing.md ) .
33
+ should take place in [ the WebAssembly design
34
+ repository] ( https://github.com/WebAssembly/design ) first, so that this spec
35
+ repository can remain focused. And please follow the [ guidelines for
36
+ contributing] ( Contributing.md ) .
0 commit comments