Available at https://wordbites.netlify.app
cd solver
and build the WASM binary:sudo wasm-pack build --target web
- In the main directory, run
python3 -m http.server
(or any other command to launch a web server in that directory) - Go to
localhost:8000
!