Simple Rust implementation of tic tac toe using web assembly.
First install npm, rustup, and wasm-pack on your development enviroment then follow steps below:
- Run
wasm-pack build
in the root folder - Run
npm install
in tic-tac-toe/www - Run
npm link
in tic-tac-toe/pkg - Run
npm link tic-tac-toe
in tic-tac-toe/www - Run
npm start
to run locally