You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
421 B

  1. # babyjubjub-wasm-example
  2. - To run it locally needs https://rustwasm.github.io/wasm-pack/installer/ and https://rustwasm.github.io/docs/book/game-of-life/setup.html
  3. - Rust code lives in `./src/` directory
  4. - Then, each time that the rust code is modified, just run `./re-build.sh`, which will call wasm-pack build and will serve the html files
  5. - You can now go to http://127.0.0.1:8080 and the wasm will be running there