https://github.com/daanv2/rust-sudoku-solver
A rust sudoku solver. using wasm to compile for websites.
https://github.com/daanv2/rust-sudoku-solver
rust sudoku wasm
Last synced: 3 months ago
JSON representation
A rust sudoku solver. using wasm to compile for websites.
- Host: GitHub
- URL: https://github.com/daanv2/rust-sudoku-solver
- Owner: DaanV2
- Created: 2023-01-28T22:15:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T12:31:35.000Z (over 2 years ago)
- Last Synced: 2025-02-26T05:33:00.242Z (over 1 year ago)
- Topics: rust, sudoku, wasm
- Language: Rust
- Homepage: https://daanv2.engineer/sudoku/
- Size: 10.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku Solver
[](https://github.com/DaanV2/rust-sudoku-solver/actions/workflows/rust.yml)
A rust sudoku solver. using wasm to compile for websites.

[Made with motion canvas](https://github.com/motion-canvas/motion-canvas)
## Assembly
To see assembly:
```bash
cargo rustc --release -- --emit asm
# then check:
target/release/deps/-.s
```