sodoku_wasm is a sudoku solver written in rust. It is compiled to WebAssembly (wasm) and runs in the browser.
- Rust and Cargo
- wasm-pack
cargo install wasm-pack
See the build.ps1 script.
./dist: Latest release build, to be served via gh-pages../solver: A "normal" Rust lib crate implementing a sudoku solver../solver-wasm: A thin wrapper around the solver crate, compiled to wasm../web: Static web assets implementing a simple sudoku UI that calls solver-wasm to solve the sudoku.