wasm-ttt-rs Tic Tac Toe (or noughts and crosses) in Rust + WASM. Dependencies wasm-pack Rust toolchain Run locally $ wasm-pack build $ cd www $ npm install $ npm run start Run tests locally $ wasm-pack test --headless --chrome