rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.75k stars 211 forks source link

Expanding the Rust wasm Book #21

Open jrichocean opened 6 years ago

jrichocean commented 6 years ago

link to old issue

Issue opened by @mgattozzi

In #12 we added the book to act as a central part of documenting and working with wasm and Rust. We should continue to expand it as we hash things out and continue to work on wasm. I've compiled a list of tasks below to help grow and maintain the book. This can be a starting point for those wishing to help out but aren't really sure what to do.

Tasks

There's likely more we can do to increase our documentation efforts but this seems like a good few steps we can take to really get our documentation efforts underway.

mgattozzi commented 6 years ago

@sarahmeyer and @nanoplink any of these are really great to work on. These would be appendixes to the book however!

tyt2y3 commented 5 years ago

Hi all! I am new to the rust community. I reimplemented wasm_game_of_life in pure rust. Hope this is a good first step for Tutorial for Writing Pure-Rust Web Apps. I just started learning rust, and I don't think I understand web_sys and rust wasm thoroughly enough to write a chapter. Below is just my two cents. Thank you all!

also https://github.com/rustwasm/wasm_game_of_life/issues/49 https://github.com/tyt2y3/wasm_game_of_life/tree/pure-rust