A WebAssembly application that generates SVG visualizations of Rubik's cube scrambles. For use in a future cube timer.
Install wasm-pack if you haven't already:
cargo install wasm-packRUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack build --target web- Start a local HTTP server in the project directory:
python3 -m http.server 8000- Open http://localhost:8000 in your browser