This commit is contained in:
Brooke Vibber 2025-12-23 10:51:01 -08:00
commit 7a6e4b31bd
10 changed files with 989 additions and 0 deletions

26
README.md Normal file
View file

@ -0,0 +1,26 @@
# Reliant
Experimental RISC-V emulator and JIT-compiler targeting WebAssembly.
Copyright (C) 2025 by Brooke Vibber <bvibber@pobox.com>
## Goals
* Learn more about RISC-V architecture and ISA
* Learn more about WebAssembly 2.0 by targeting a JIT compiler to current browser feature set
* Run simple static Linux binaries compiled for RV64GC in a web browser or node.js environment
* Support multiple cores with shared memory
## Stretch goals
* emulate enough hardware interface to run a Linux kernel
## Non-goals
* be commercially exploitable
* be a big popular project
* run arbitrary complex programs (eg kernel usermode emulation)
## Licensing
Reliant is released under GPLv3 if you would like to experiment with it or derive further work from it; see `LICENSING.md`.