We have a bunch of long-form text in the tutorial that would benefit from being split out into reference pages that can be read without the rest of the Game of Life tutorial as context (either because you just want to double check / remember how to do something, or because you aren't going through the tutorial at all).
How to help:
Copy the section out of src/game-of-life/whatever.md to src/reference/whatever.md.
Edit src/reference/whatever.md so that
It doesn't reference the Game of Life tutorial, and the content can be read on its own without doing the tutorial.
It is "bullet point-y", concise, and is not long-winded. Something you quickly can scan as a reference.
Edit src/game-of-life/whatever.md so that it generally doesn't duplicate information described in the new reference page. For example, instead of explaining how to use console.log with a browser's developer console before digging into adding logging to a Game of Life function, it should point to the reference page for logging to the developer console, and then show the logging in the Game of Life function.
Submit a pull request :)
Sections to do:
[x] Debugging
[x] The debugging section should also link to rust/wasm related issues in devtools issue trackers, and the w3c wasm CG subcharter for debugging
We have a bunch of long-form text in the tutorial that would benefit from being split out into reference pages that can be read without the rest of the Game of Life tutorial as context (either because you just want to double check / remember how to do something, or because you aren't going through the tutorial at all).
How to help:
src/game-of-life/whatever.md
tosrc/reference/whatever.md
.src/reference/whatever.md
so thatsrc/game-of-life/whatever.md
so that it generally doesn't duplicate information described in the new reference page. For example, instead of explaining how to use console.log with a browser's developer console before digging into adding logging to a Game of Life function, it should point to the reference page for logging to the developer console, and then show the logging in the Game of Life function.Sections to do:
.wasm
Code Size