Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webassembly/exception-handling
Proposal to add exception handling to WebAssembly
https://github.com/webassembly/exception-handling
proposal
Last synced: about 5 hours ago
JSON representation
Proposal to add exception handling to WebAssembly
- Host: GitHub
- URL: https://github.com/webassembly/exception-handling
- Owner: WebAssembly
- License: other
- Created: 2017-04-27T16:16:18.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T18:33:41.000Z (about 1 month ago)
- Last Synced: 2024-11-13T01:03:35.232Z (about 5 hours ago)
- Topics: proposal
- Language: WebAssembly
- Homepage: https://webassembly.github.io/exception-handling/
- Size: 71 MB
- Stars: 163
- Watchers: 55
- Forks: 35
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI for specs](https://github.com/WebAssembly/exception-handling/actions/workflows/ci-spec.yml/badge.svg)](https://github.com/WebAssembly/exception-handling/actions/workflows/ci-spec.yml)
[![CI for interpreter & tests](https://github.com/WebAssembly/exception-handling/actions/workflows/ci-interpreter.yml/badge.svg)](https://github.com/WebAssembly/exception-handling/actions/workflows/ci-interpreter.yml)# Exception Handling Proposal for WebAssembly
This repository holds a [proposal](proposals/exception-handling/Exceptions.md)
for adding exception handling to WebAssembly.* See the [proposal overview](proposals/exception-handling/Exceptions.md) for a
summary of the proposal.
* A formatted version of the spec with proposed changes is available here:
[webassembly.github.io/exception-handling](https://webassembly.github.io/exception-handling/).Original README from upstream repository follows...
# spec
This repository holds a prototypical reference implementation for WebAssembly,
which is currently serving as the official specification. Eventually, we expect
to produce a specification either written in human-readable prose or in a formal
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/).
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).# citing
For citing WebAssembly in LaTeX, use [this bibtex file](wasm-specs.bib).