Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhaynes/iridium
A register-based VM in Rust
https://github.com/fhaynes/iridium
beam iridium language rust vms
Last synced: 19 days ago
JSON representation
A register-based VM in Rust
- Host: GitHub
- URL: https://github.com/fhaynes/iridium
- Owner: fhaynes
- License: mit
- Created: 2016-08-11T14:00:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T18:57:53.000Z (over 5 years ago)
- Last Synced: 2024-10-12T22:09:50.475Z (about 1 month ago)
- Topics: beam, iridium, language, rust, vms
- Language: Rust
- Homepage: https://blog.subnetzero.io/project/iridium-vm
- Size: 253 KB
- Stars: 66
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Iridium
A register-based VM in Rust. Our goals are:1. Erlang VM-level resiliency
2. Tight integration with a language (see the Palladium project)
3. Horizontal scalability## Important
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.## Manual
You can find the details of how the VM works here: https://gitlab.com/subnetzero/iridium/blob/master/docs/manual.adoc## Roadmap
You can find the roadmap here: https://gitlab.com/subnetzero/iridium/blob/master/docs/roadmap.adoc