|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "Rust and WebAssembly in 2019: A Call for Community Blog Posts" |
| 4 | +--- |
| 5 | + |
| 6 | +[The 2018 edition of Rust has officially shipped! 🎉][rust-2018] |
| 7 | + |
| 8 | +The Rust and WebAssembly domain working group's goals have historically been |
| 9 | +focused on things we can deliver in tandem for the 2018 edition. Now that the |
| 10 | +2018 edition has shipped, it is time to think about what we want to achieve in |
| 11 | +2019 and beyond. |
| 12 | + |
| 13 | +Following in the larger Rust project's [tradition][rust-2019-call-for-blogs], |
| 14 | +we're asking the community to write blog posts reflecting on Rust and |
| 15 | +WebAssembly in 2018 and proposing goals and directions for Rust and WebAssembly |
| 16 | +in 2019. We'll read everything, and then propose an [RFC][rust-wasm-rfcs] for |
| 17 | +the Rust and WebAssembly domain working group's roadmap in 2019. |
| 18 | + |
| 19 | +## #RustWasm2019 |
| 20 | + |
| 21 | +Write down your thoughts on whatever your writing platform of choice is. It |
| 22 | +could be: |
| 23 | + |
| 24 | +* Your personal or company blog |
| 25 | +* A GitHub gist |
| 26 | +* A Medium post |
| 27 | +* Any other platform you prefer |
| 28 | + |
| 29 | +We're looking for posts on many different topics: |
| 30 | + |
| 31 | +* Ideas for community programs |
| 32 | +* Tooling enhancements |
| 33 | +* Ecosystem and library needs |
| 34 | +* Documentation improvements |
| 35 | +* Anything else related to Rust and Wasm! |
| 36 | + |
| 37 | +Tweet your write up with [the `#RustWasm2019` hashtag][hashtag] or drop a link |
| 38 | +on [this github issue][rust-wasm-2019-issue]. We'll aggregate everything |
| 39 | +everyone has written in another big post on this blog. Then, the core Rust and |
| 40 | +WebAssembly working group team will read over all of them and write up an RFC |
| 41 | +for the working group's 2019 roadmap! This RFC will follow our normal [RFC |
| 42 | +process][] and everyone will have a chance to discuss it, improve it, and help |
| 43 | +polish it. |
| 44 | + |
| 45 | +## Preliminary Timeline |
| 46 | + |
| 47 | +* **Now through January 15<sup>th</sup>:** Share your `#RustWasm2019` post, read |
| 48 | + posts by others, discuss them, bounce ideas back and forth. |
| 49 | +* **End of January:** We'll formally propose the 2019 roadmap RFC, and then work |
| 50 | + it through the RFC process together as a community. |
| 51 | +* **End of February:** We're aiming for having consensus on the 2019 roadmap and |
| 52 | + merging the RFC before the end of February. |
| 53 | + |
| 54 | +## Thanks for an Awesome 2018! |
| 55 | + |
| 56 | +Thanks to everyone who generated some WebAssembly with Rust in 2018 and thanks |
| 57 | +to everyone who helped make that possible! |
| 58 | + |
| 59 | +[rust-2018]: TODO |
| 60 | +[rust-2019-call-for-blogs]: TODO https://github.com/rust-lang/blog.rust-lang.org/pull/292 |
| 61 | +[rust-wasm-rfcs]: https://github.com/rustwasm/rfcs |
| 62 | +[hashtag]: https://twitter.com/search?q=%23RustWasm2019 |
| 63 | +[rust-wasm-2019-issue]: TODO |
| 64 | +[RFC process]: https://rustwasm.github.io/rfcs/001-the-rfc-process.html |
0 commit comments