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

In the section "What is WebAssembly", after the first code example, there is a small wording issue with the sentence: "If you're curious about how a wasm file looks like...

The fixedbitset implementation in the book is dramatically slower (2.5x or so) - in the WASM tick(), not in the JS canvas code. This is perhaps expected, though I don't...

✋ A similar PR may already be submitted! Please search 🔎 among the [open pull requests][open-prs] before creating one. Updating the Game of Life tutorial's code? Also send a PR...

**Where in the docs did you come across this?** In the chapter on Debugging 4.6, there's a `git diff` output mixed in with the source code portion making it hard...

For those of us who do wasm and things regularly we're going to miss out on what is unclear or not explained well. Help us by filing issues on things...

help wanted
good first issue

[link to old issue](https://github.com/rustwasm/team/issues/41) Issue opened by @mgattozzi In [#12](https://github.com/rustwasm/team/pull/12) we added the book to act as a central part of documenting and working with wasm and Rust. We should...

Suggested instructions that don't need a generator or a bundler: * make sure [`wasm-pack` is installed](https://rustwasm.github.io/wasm-pack/installer/) * checkout or download https://github.com/rustwasm/wasm-bindgen * got to `examples/hello_world/` * execute `wasm-pack build --target...

enhancement

**Where in the docs did you come across this?** Section 4.4 Rendering with JavaScript **Describe what about it does not make sense** Rendered universe looks rectangular **Why does it not...

Books are great but sometimes people learn best by having examples, especially more complex ones, to learn from! We should create a few projects that showcase wasm, can be used...

help wanted
good first issue

**Where in the docs did you come across this?** Various locations listed below (NOTE: this likely isn't exhaustive, as I haven't finished going through the tutorial quite yet, but wanted...