A register-based VM in Rust. Our goals are:
- Erlang VM-level resiliency
- Tight integration with a language (see the Palladium project)
- Horizontal scalability
Iridium is not yet 0.1. Anything can change at any time. Do not use it for anything in production. You can follow development here https://gitlab.com/subnetzero/iridium. GitLab is the authoritative home; the project is mirrored to GitHub.
You can find the details of how the VM works here: https://gitlab.com/subnetzero/iridium/blob/master/docs/manual.adoc
You can find the roadmap here: https://gitlab.com/subnetzero/iridium/blob/master/docs/roadmap.adoc