Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lunatic: an Erlang-inspired runtime for WebAssembly #37

Open
dckc opened this issue Feb 27, 2023 · 1 comment
Open

Lunatic: an Erlang-inspired runtime for WebAssembly #37

dckc opened this issue Feb 27, 2023 · 1 comment

Comments

@dckc
Copy link
Owner

dckc commented Feb 27, 2023

I hope to kick the tires on this thing soonish:

By combining the fault-tolerance and massive concurrency of Erlang with the capability-based security of WebAssembly, it creates a powerful programming model.
https://lunatic.solutions/

Lunatic lets the Rust compiler figure out the minimal number of registers to be preserved during context switches. This makes scheduling Lunatic processes zero-cost. On my machine usually 1ns, equivalent to a function call.
https://dev.to/bkolobara/writing-rust-the-elixir-way-2lm8

@RAbraham
Copy link

RAbraham commented Mar 1, 2023

This is very exciting. Thanks for sharing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants