Skip to content

Game of life implementation using rust-wasm

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

Harshit933/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust-WASM

Notes - The code from the rust gets compiled to web assembly through wasm-bindgen. The website under www is used to test our code as wasm can't directly communicate to the javascript but js can read the contents of the wasm created from the rust project.

To run:

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

About

Game of life implementation using rust-wasm

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published