/webassembly-sudoku

A simple project about making the sudoku game logic run in WebAssembly, JS is only responsible for interaction

Primary LanguageRustMIT LicenseMIT

webassembly-sudoku

A simple project about making the sudoku game logic run in WebAssembly, JS is only responsible for interaction

build project

yarn install && yarn run build:wasm

run server

yarn start:dev

project status

now sudoku matrix can only display in devtool~