Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 05338e1

Browse files
authored
Merge pull request #206 from dlqs/master
make clearer where to add web-sys as dependency in Debugging chapter
2 parents f40dd6d + 78afe02 commit 05338e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/game-of-life/debugging.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ First, add `web-sys` as a dependency and enable its `"console"` feature in
3737
`wasm-game-of-life/Cargo.toml`:
3838

3939
```toml
40+
[dependencies]
41+
42+
# ...
43+
4044
[dependencies.web-sys]
4145
version = "0.3"
4246
features = [

0 commit comments

Comments
 (0)