rustwasm / book

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

Updating wording and refactoring note to Exercises section #308

Open FlexWilliams opened 10 months ago

FlexWilliams commented 10 months ago

Summary

I am updating the verbiage on the Rendering to Canvas Directly from Memory section to not mention the render() method as it does not actually change. We instead make new methods.

I also added a "refactor note" in the Exercises section saying we can remove some methods or if they are kept, will need to be updated.