Solve any sudoku puzzle using javascript and webassembly.
- have rust, wasm-pack, npm installed
- from top-level folder,
wasm-pack build
to compile rust to wasm - from inside the www folder, run
npm install
, thennpm run start
ornpm run build
- performance profiling (can we do better than std::collections::BTreeSet?)
- styling
- alternative algorithms