Hacker News new | ask | show | jobs
by kibwen 2032 days ago
Looking at the Lunatic readme: https://github.com/lunatic-lang/lunatic#architecture

"Lunatic treats WebAssembly instances as actors. Using WebAssembly in this context allows us to have per actor sandboxing and removes some of the most common drawbacks in other actor implementations."

1 comments

And it would be something more lightweight then a process/thread/green thread I presume?