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

**Is your feature request related to a problem? Please describe.** As we can see in the repo issues, there are some requests for translations. **Describe the solution you'd like** Before...

This book is very useful for users of Rust and WASM, but it is difficult for some users to read (for example, I need to translate it into Chinese). At...

### Summary Following the tutorial, I found that the first implementation of the Universe structure is missing the macro of wasm_bindgen. I know that in the following code is set,...

### Summary the documentation should not have runnable examples in the playground if the examples do not run or do anything useful.

**Where in the docs did you come across this?** https://rustwasm.github.io/book/reference/debugging.html#building-with-debug-symbols **Describe what about it does not make sense** The book recommends using `debug=true` so that symbol information will be available...

**Describe the bug** Going through the tutorial on a fresh install of Ubuntu 22.04 LTS. When I got to the [Serving Locally](https://rustwasm.github.io/docs/book/game-of-life/hello-world.html#serving-locally) section, I ran `npm run start` and got...

Due to ["npm init wasm-app www" fails issue on wasm_game_of_life](https://github.com/rustwasm/wasm_game_of_life/issues/48), [setup section](https://github.com/rustwasm/book/blob/366042affd1dd5fe707a03f67fe64cd480064ad0/src/game-of-life/setup.md?plain=1#L49) should add `git` as require.

### Summary Type declaration files can also be helpful when using JavaScript in some IDE's e.g. [VS Code](https://code.visualstudio.com/docs/nodejs/working-with-javascript) I think this could be a helpful hint for people how are...