Skip to content

Commit

Permalink
wrap up wasm rust learning
Browse files Browse the repository at this point in the history
  • Loading branch information
Leundai committed Oct 25, 2023
1 parent d8eb729 commit eaca8a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions web/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
id="speed"
/>
</div>
<div id="fps"></div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion web/src/js/life.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ const drawCells = () => {

drawGrid();
drawCells();
play();
pause();

0 comments on commit eaca8a9

Please sign in to comment.