An interpreter for RISC-V, with intention to extend it to CHERI-RISC-V later.
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.
- 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.