Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rustwasm/rfcs

The Rust and WebAssembly RFCs
https://github.com/rustwasm/rfcs

rfc rust rust-wasm wasm

Last synced: 4 days ago
JSON representation

The Rust and WebAssembly RFCs

Awesome Lists containing this project

README

        

# Rust and WebAssembly RFCs
[Rust RFCs]: #rust-rfcs

Many changes, including bug fixes and documentation improvements can be
implemented and reviewed via the normal GitHub pull request workflow.

Some changes though are "substantial", and we ask that these be put through a
bit of a design process and produce a consensus among the Rust and WebAssembly
community.

The "RFC" (request for comments) process is intended to provide a consistent and
controlled path for substantial changes and additions to enter the Rust and
WebAssembly ecosystem, so that all stakeholders can be confident about the
direction the ecosystem is evolving in.

## The RFC Process

When does a change require an RFC? How does an RFC get approved or rejected?
What is the RFC life cycle?

[These questions are answered in RFC 001][rfc-001].

[rfc-001]: https://rustwasm.github.io/rfcs/001-the-rfc-process.html

## License
[License]: #license

This repository is currently in the process of being licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option. Some parts of the repository are already licensed according to
those terms. For more see [RFC
2044](https://github.com/rust-lang/rfcs/pull/2044) and its [tracking
issue](https://github.com/rust-lang/rust/issues/43461).

### Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.