# exception-handling **Repository Path**: mirrors_xtuc/exception-handling ## Basic Information - **Project Name**: exception-handling - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/WebAssembly/spec.svg?branch=master)](https://travis-ci.org/WebAssembly/spec) # Exception handling This repository holds a [propsal](https://github.com/WebAssembly/exception-handling/blob/master/proposals/Exceptions.md) for adding exception handling to WebAssembly. The repository is a copy of [WebAssembly/spec](https://github.com/WebAssembly/spec). The remainder of the document is contents of the original [README.md](https://github.com/WebAssembly/spec/blob/master/README.md) document of that repository. ## 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).