[Media] A Wordle solver made with WebAssembly compiled from Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • wordlesolver

    Web Wordle solver (by tropicbliss)

    Source code: https://github.com/tropicbliss/wordlesolver

  • wordle-solver

    Discontinued Solver for wordle puzzle game (by oriontvv)

    nice. what word do you recommend to use for start? my simple solver suggests later(not sure if it's a noun) https://github.com/oriontvv/wordle-solver/

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • wordle-entropy

    Nice work! Wordle solver seems to be a common subject to pick by people learning rust :) I've made a similar one recently: https://wordle.realcomplexity.com (https://github.com/krzyz/wordle-entropy), basically an implementation of 3blue1brown's method, which I wrote to play around with rust (using yew, plotters, rayon and wasm-bindgen-rayon for that sweet browser concurrency). One has to calculate all of the entropies for the selected word set before using the solver ("Entropy calculation"), works only with SharedArrayBuffer-enabled browsers.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts