Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit933 authored Jul 22, 2024
1 parent aaf91c9 commit e387749
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Notes - The code from the rust gets compiled to web assembly through `wasm-bindg
Do `wasm-pack build` inside `game-of-life`, then run `npm run start` inside `www` and all the contents could be visible on `http://localhost:8080/`

This project was mainly done as to get my hands dirty with WASM. All the credit goes to https://rustwasm.github.io/docs/book/introduction.html

To generate the www website use: `cargo generate --git https://github.com/rustwasm/create-wasm-app` as other things are deprecated

0 comments on commit e387749

Please sign in to comment.