0.2.1 • Published 5 years ago

wasm-sudoku-solver v0.2.1

Weekly downloads
2
License
(MIT OR Apache-2....
Repository
github
Last release
5 years ago

🦀🕸 wasm-sudoku

A sudoku solver based on WASM.

Quick Start

  • npm run start -- Serve the project locally for development at http://localhost:8080.

  • npm run build -- Bundle the project (in production mode).

Build Wasm

  • cd crate -- Go to crate floder, which is a rust project.
  • wasm-pack build -- Build wasm file.

About wasm-pack

0.2.1

5 years ago

0.2.0

5 years ago