book icon indicating copy to clipboard operation
book copied to clipboard

The Rust and WebAssembly Book

Results 147 book issues
Sort by recently updated
recently updated
newest added

I am a front-end developer from China and this book is great and helped me a lot. I want to share it to more peeps, can I translate it into...

Wasn't sure where else to message the maintainers of this project about this. Spent some time the past day or so creating a basic programming environment container for wasm +...

**Where in the docs did you come across this?** just the starting chapters: https://rustwasm.github.io/docs/book/game-of-life/hello-world.html#clone-the-project-template **Describe what about it does not make sense** for some reason it rejected the name and...

Do you have any plan to add a multi language support? I saw that someone had translated the document into different language. Maybe you can add the other language document...

Users might want to deploy a website without using a Bundler, for example in the case of [js13k](https://js13kgames.com). It would be helpful to include a solution to this in the...

### Summary This PR adds [`gloo`](https://github.com/rustwasm/gloo/) under the "Crates You Should Know" section. `gloo` is a very underrated and useful crate and adding it here will hopefully bring more attention...

**Where in the docs did you come across this?** **Describe what about it does not make sense** Windows with its file-in-use semantics has this behaviour: ``` $ npm install npm@latest...

**Where in the docs did you come across this?** 1. In "Add logging to our game of life" section, there's no instruction which to put this code. ```rust #![allow(unused_variables)] fn...

Hello I'm eeeclipse, a big fan of rust in South Korea. Also I'm working in the field of data something now. I just started Rust and my tiny little "Hello...