|
| 1 | +--- |
| 2 | +title: "This Week in Rust and WebAssembly 007" |
| 3 | +--- |
| 4 | + |
| 5 | +Hello and welcome to another issue of *This Week in Rust and WebAssembly*! |
| 6 | + |
| 7 | +[Rust](https://rust-lang.org) is a systems language pursuing the trifecta: safety, concurrency, and speed. |
| 8 | + |
| 9 | +[WebAssembly](http://webassembly.org) is a stack-based virtual machine and instruction set. It is fast, safe, portable, and part of the open Web platform. By compiling to WebAssembly, we can run Rust code on the Web! |
| 10 | + |
| 11 | +This is a weekly summary of Rust and WebAssembly's progress and community. |
| 12 | + |
| 13 | +Did we miss something? Tweet to us at [@rustwasm](https://twitter.com/rustwasm) or [send us a pull request](https://github.com/rustwasm/rustwasm.github.io). |
| 14 | + |
| 15 | +**Want to get involved in Rust and WebAssembly? [Join the Rust and WebAssembly working group!][get-involved]** |
| 16 | + |
| 17 | +## New Tools, Crates, and Projects |
| 18 | + |
| 19 | +* [A Sudoku Solver written in Rust and compiled to WebAssembly](https://emerentius.github.io/sudoku_web/) |
| 20 | + |
| 21 | +## News and Releases |
| 22 | + |
| 23 | +* [The Game of Life tutorial now uses wasm-pack and has a section on publishing your wasm-game-of-life package to npm!](https://github.com/rustwasm/book#78) |
| 24 | +* [The implementation of the Webassembly core spec in pure Rust.](https://crates.io/search?q=greenwasm) |
| 25 | +* [Announcing `wasm-bindgen` 0.2.19](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md#0219-and-0218) |
| 26 | +* [Announcing `js-sys` 0.2.4](https://github.com/rustwasm/wasm-bindgen/blob/master/crates/js-sys/CHANGELOG.md#024) |
| 27 | + |
| 28 | +## Articles, Blog Posts, and Talks |
| 29 | + |
| 30 | +* [[Hywan](https://github.com/Hywan) started a series “From Rust to beyond” - Check this WASM episode](https://mnt.io/2018/08/22/from-rust-to-beyond-the-webassembly-galaxy/) |
| 31 | +* [@sendilkumarn](https://github.com/sendilkumarn) giving a talk on Rust and WebAssembly at [Rust Amsterdam](https://www.meetup.com/Rust-Amsterdam/events/253425558/) |
| 32 | + |
| 33 | +## Requests for Contribution |
| 34 | + |
| 35 | +* [**Join the Rust and WebAssembly Working Group!**][get-involved] |
| 36 | + * [All issues labeled "good first issue" in the `rustwasm/*` repositories](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22good+first+issue%22) |
| 37 | + * [All issues labeled "help wanted" in the `rustwasm/*` repositories](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Arustwasm+archived%3Afalse+label%3A%22help+wanted%22) |
| 38 | +* [Add wasm-bindgen-futures to crates you should know section](https://github.com/rustwasm/book/issues/81) |
| 39 | +* [Expose bindings to *ALL* the global JS things](https://github.com/rustwasm/wasm-bindgen/issues/275) |
| 40 | +* Help build the `web-sys` crate by enabling bindings generation for more WebIDL interfaces! |
| 41 | + * [Information on contributing to `web-sys`](https://rustwasm.github.io/wasm-bindgen/web-sys.html) |
| 42 | + * [Issues tracking adding various Web APIs to `web-sys`](https://github.com/rustwasm/wasm-bindgen/issues?q=is%3Aissue+is%3Aopen+label%3Aweb-sys) |
| 43 | +* [Add `extends = ...` attributes to `js-sys` types](https://github.com/rustwasm/wasm-bindgen/issues/670) |
| 44 | + |
| 45 | +[get-involved]: https://github.com/rustwasm/team/blob/master/README.md#get-involved |
0 commit comments