Joe Dillon

 Joe Dillon

Simple markov generator

A while back, as a first foray into Rust and WASM, I wrote a simple markov word generator. I had trouble with getting Rust to compile into WASM, so I wrote that bit in C++. So, behold, C++ in the browser, using pre-generated wordlists from a Rust program

Your word is:

Get a new word

Have a look at the code, if you really want to