Skip to content

A simple implementation of Life using Rust and WebAssembly

License

Notifications You must be signed in to change notification settings

c0m3tx/conway-rust-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebAssembly Conway's game of life

A simple implementation of Life using Rust and WebAssembly.

How to run

In order to build this application you need to install the Rust WebAssembly compiler first.

cargo install wasm-pack

Then you can build the project using

wasm-pack build --target web

Finally, copy the generated pkg folder, index.html and index.js to a local webserver, or just run (for instance)

python3 -m http.server

in the root folder.

How to contribute

Feel free to contribute to the project by opening a PR!

License

This project is licensed under the MIT - see the LICENSE file for details

About

A simple implementation of Life using Rust and WebAssembly

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published