After reading the Elixir implementation of X-Plane MMO backend (which appeared here yesterday, 1), I came across this: <a href="https://github.com/lumen/lumen" rel="nofollow">https://github.com/lumen/lumen</a>. It is an alternative BEAM implementation, designed for WebAssembly. I am personally learning Rust and I find it interesting that there are multiple BEAM (Erlang runtime) inspired implementations in Rust gaining traction.<p>1. <a href="https://news.ycombinator.com/item?id=27998323" rel="nofollow">https://news.ycombinator.com/item?id=27998323</a>