Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 356 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 356 Bytes

cjval_wasm

To compile and run locally:

  1. install wasm-pack
  2. wasm-pack build -t web --out-dir ./www/pkg/
  3. cd ./www/
  4. python -m http.server 8080 (or any local webserver will do)
  5. with your browser go to http://localhost:8080/

Online demo

==> demo