fairy-stockfish / Fairy-Stockfish

chess variant engine supporting Xiangqi, Shogi, Janggi, Makruk, S-Chess, Crazyhouse, Bughouse, and many more
https://fairy-stockfish.github.io/
GNU General Public License v3.0
589 stars 186 forks source link

Fairy Stockfish WASM and ASMJS #329

Open TheYoBots opened 3 years ago

TheYoBots commented 3 years ago

Hello,

I was just wondering whether something similar to niklasf/stockfish.js could be made for Fairy Stockfish for older browsers done with either Classical Eval or with NNUE.

Thanks, Yohaan

ianfab commented 3 years ago

Yes, that would be very nice to have. We do have support for WASMX in https://github.com/ianfab/stockfish.wasm, but even for that fork I barely have the time to maintain. So it would be very welcome if someone could work on WASM or JS support.

TheYoBots commented 3 years ago

Just to clarify, by WASM I meant a single threaded WASM build unlike ianfab/stockfish.wasm which I believe is multi-threaded (16 threads).

Thanks for your reply!