WebAssembly port of Fairy-Stockfish with NNUE support, currently used by pychess.org for client-side analysis.
See fairy-stockfish-nnue-wasm-demo for a demo.
For development, see src/emscripten/README.md
.
Current default branch is nnue
.
To release a new version:
- Make sure CI passes (update reference bench if required)
- Bump version number in
src/emscripten/public/package.json
- Create and push a tag with the name corresponding to the version number