Sorting Algorithm visualiser built using WebAssembly and React 👀
sorting-vis.mp4
- Rust 💕
- Runs blazingly fast 🚀
- Lightweight
Make sure to have the rust toolchain installed
$ cargo install wasm-pack
$ wasm-pack build --target web --out-dir ui/pkg
cd ui && npm i && npm start
Start coding! 🎉
All contributions are welcome!