A simple sudoku solver using miso w/ nix integration, targets web assembly. Created to learn more about functional frontend development.
> nix develop --experimental-features nix-command --extra-experimental-features flakes
> nix develop ".#wasm" --command bash -c "make clean"
> nix develop ".#wasm" --command bash -c "make all && make serve"