MollTheCoder

Results 43 comments of MollTheCoder
trafficstars

Thanks for documenting the module usage! That just saved me a lot of time. (Edit: Just realized my previous information was incorrect/obsolete.)

I modified the module to have an `export default WasmModule;` at the end so it works with ESM. I wrote these TypeScript declarations. ```ts interface wasm { destroy(): void; resolveNames():...

I had an engine that would *only* send the bestmove command, which En Croissant wouldn't recognize. I wrote a script that acts as a proxy between the UI and the...