A sudoku solver based on WASM.
-
npm run start
-- Serve the project locally for development athttp://localhost:8080
. -
npm run build
-- Bundle the project (in production mode).
-
cd crate
-- Go to crate floder, which is a rust project. -
wasm-pack build
-- Build wasm file.
About wasm-pack