Chess engine in Rust that compiles to WASM
wasm-pack build --target web --out-dir client/pkg
cd client && python3 -m http.server
cargo clippy
Automatically apply suggestions: cargo clippy --fix
Chess engine in Rust that compiles to WASM
wasm-pack build --target web --out-dir client/pkg
cd client && python3 -m http.server
cargo clippy
Automatically apply suggestions: cargo clippy --fix