Skip to content

drew-wallace/sudoku-solver-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-solver-wasm

  1. Install the emscripten sdk in the same directory as this repo's directory (a.k.a ../).
  2. Then run emcc --bind SudokuPuzzle.cpp -O3 -s WASM=1 -o SudokuPuzzle.html --shell-file ../emsdk/emscripten/incoming/src/shell_minimal.html
  3. Add the contents of SudokuPuzzleSnippet.js to the bottom of the last open script tag in SudokuPuzzle.html.
  4. Click anywhere on the page and see a successfully solved Sudoku Puzzle

About

Sudoku Solver in WebAssembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published