Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```