What does HackerNews think of lunatic?

Lunatic is an Erlang-inspired runtime for WebAssembly

Language: Rust

#10 in PHP
#113 in Rust
Has anyone experimented with any Rust framework that implements Erlang's actor model in pure Rust? How well do they scale in distributed system? I know I've seen a few libraries such as:

Lunatic https://github.com/lunatic-solutions/lunatic

Bastion https://github.com/bastion-rs/bastion

Looks very nice!

How does it compare to lunatic https://github.com/lunatic-solutions/lunatic ? (besides wasm vs. native)

Also, what's the deployment story?