Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 967 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 967 Bytes

RISC-V Interpreter

An interpreter for RISC-V, with intention to extend it to CHERI-RISC-V later.

Contributers

Interpreter written by Rosie Baish

UI Created by Danny Qiu for his MIPS Interpreter. He very kindly licenced the source code for me to use on this project.

The interpreter is written in Rust, and then compiled into WebAssembly. It uses the Rust + WAsm template and create-wasm-app template to tie everything together, based on this tutorial.

Licencing

  • The UI is under the MIT licence.
  • wasm-pack-template and create-wasm-app are dual licenced MIT or Apache.
  • All of my code is triple licenced, under MIT or Apache or BSD-2-clause.