https://github.com/ymdarake/iridium
BEAM-like Language VM written in Rust (coding along with blog articles)
https://github.com/ymdarake/iridium
language-vm rust vm
Last synced: over 1 year ago
JSON representation
BEAM-like Language VM written in Rust (coding along with blog articles)
- Host: GitHub
- URL: https://github.com/ymdarake/iridium
- Owner: ymdarake
- Created: 2022-02-03T15:37:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T07:45:37.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T06:30:51.338Z (over 1 year ago)
- Topics: language-vm, rust, vm
- Language: Rust
- Homepage: https://ymdarake.dev/blog/beam-like-vm-in-rust-01/
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building Language VM [](https://codecov.io/gh/ymdarake/iridium) 
Coding along with the blog articles [So You Want to Build a Language VM](https://blog.subnetzero.io/post/building-language-vm-part-01/).
Big thanks to the author.
# Prerequisites
Rust
https://rustup.rs
**On Linux**
```sh
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```