wasm_game_of_life/www
Benoît 1bb2d924ce Fix Canvas cell position compute from tutorial 2020-06-10 21:02:48 +02:00
..
.gitignore Update Game of life to allow changing Cell from JS 2020-06-10 19:20:08 +02:00
LICENSE-APACHE Update Game of life to allow changing Cell from JS 2020-06-10 19:20:08 +02:00
LICENSE-MIT Update Game of life to allow changing Cell from JS 2020-06-10 19:20:08 +02:00
README.md Update Game of life to allow changing Cell from JS 2020-06-10 19:20:08 +02:00
bootstrap.js Update Game of life to allow changing Cell from JS 2020-06-10 19:20:08 +02:00
index.html Change page title 2020-06-10 20:06:41 +02:00
index.js Fix Canvas cell position compute from tutorial 2020-06-10 21:02:48 +02:00
package-lock.json Update JS 2020-06-10 19:48:00 +02:00
package.json Update JS 2020-06-10 19:48:00 +02:00
webpack.config.js Update Game of life to allow changing Cell from JS 2020-06-10 19:20:08 +02:00

README.md

Game of Life

Built with 🦀🕸 by The Rust and WebAssembly Working Group

About

This template is designed for depending on NPM packages that contain Rust-generated WebAssembly and using them to create a Website.

🚴 Usage

npm init wasm-app

🔋 Batteries Included

  • .gitignore: ignores node_modules
  • LICENSE-APACHE and LICENSE-MIT: most Rust projects are licensed this way, so these are included for you
  • README.md: the file you are reading now!
  • index.html: a bare bones html document that includes the webpack bundle
  • index.js: example js file with a comment showing how to import and use a wasm pkg
  • package.json and package-lock.json:
  • webpack.config.js: configuration file for bundling your js with webpack

License

Licensed under either of

at your option.