https://github.com/webassembly/js-promise-integration
JavaScript Promise Integration
https://github.com/webassembly/js-promise-integration
Last synced: 10 months ago
JSON representation
JavaScript Promise Integration
- Host: GitHub
- URL: https://github.com/webassembly/js-promise-integration
- Owner: WebAssembly
- License: other
- Created: 2021-08-20T16:42:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T22:16:57.000Z (over 1 year ago)
- Last Synced: 2024-10-30T00:42:45.533Z (over 1 year ago)
- Language: WebAssembly
- Size: 39.9 MB
- Stars: 69
- Watchers: 34
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/WebAssembly/js-promise-integration)
# JavaScript-Promise Integration Proposal for WebAssembly
This repository is a clone of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/).
It is meant for discussion, prototype specification and implementation of a proposal to
add support for different patterns of non-local control flow to WebAssembly.
* See the [overview](proposals/js-promise-integration/Overview.md) for a summary of the proposal.
* See the [modified spec](https://webassembly.github.io/js-promise-integration/) for details.
* See the [Design Portfolio](https://docs.google.com/document/d/16Us-pyte2-9DECJDfGm5tnUpfngJJOc8jbj54HMqE9Y/edit#heading=h.n1atlriavj6v) for detailed design from a V8 perspective.
Original `README` from upstream repository follows…
# spec
This repository holds the sources for the WebAssembly specification,
a reference implementation, and the official test suite.
A formatted version of the spec is available here:
[webassembly.github.io/spec](https://webassembly.github.io/spec/),
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).