A wish simulator with a simple interface to compute probabilities of success.
Just download and run the latest .exe file. No installation required.
To build from source, install Rust then build the application in release mode:
cargo build --releasesetup wasm-pack: https://rustwasm.github.io/docs/wasm-pack/introduction.html
for local, run
wasm-pack build --release --target web --no-pack; uv run python -m http.server --bind 127.0.0.1 8000