Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 4 hours 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T07:45:37.000Z (over 2 years ago)
- Last Synced: 2023-03-08T08:12:14.693Z (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 [![codecov](https://codecov.io/gh/ymdarake/iridium/branch/master/graph/badge.svg?token=3KJC7P2KR0)](https://codecov.io/gh/ymdarake/iridium) ![build](https://github.com/ymdarake/iridium/actions/workflows/build.yaml/badge.svg)
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
```