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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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