A simple project about making the sudoku game logic run in WebAssembly, JS is only responsible for interaction
yarn install && yarn run build:wasm
yarn start:dev
now sudoku matrix can only display in devtool~
A simple project about making the sudoku game logic run in WebAssembly, JS is only responsible for interaction
RustMIT