We're just a RISC virtual machine

This commit is contained in:
Anthony Foxclaw 2020-02-09 19:33:00 -05:00
parent 13069b7ebd
commit 4dfb99568f
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Corten # Corten
Corten is a [RISC-V](https://rv8.io/isa.html) virtual machine written in Rust as a hobby and based on Fletcher Haynes's [So you want to build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-01/) tutorial. Corten is a RISC virtual machine written in Rust as a hobby and based on Fletcher Haynes's [So you want to build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-01/) tutorial.
## Build Status ## Build Status

View file

@ -1,6 +1,6 @@
# Welcome # Welcome
Corten is a [RISC-V](https://rv8.io/isa.html) virtual machine written in Rust as a hobby and based on Fletcher Haynes's [So you want to build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-01/) tutorial. Corten is a RISC virtual machine written in Rust as a hobby and based on Fletcher Haynes's [So you want to build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-01/) tutorial.
## Specifications ## Specifications