Hacker News new | ask | show | jobs
by jrudesill 1204 days ago
The engine is a WASM implementation of the stockfish 11 engine. https://github.com/nmrugg/stockfish.js
1 comments

Ah gotcha very cool! Incredible it can run in the browser
Yes web workers are cool. Sadly its only single threaded. If I'm not mistaken the newer version of the engine can run multithreaded but only on super modern browsers. This slightly older version ensures more compatibility