irv 0.0.2

A library with a very open interface to an interpreting RISC-V emulator.
Documentation
  • Coverage
  • 35.71%
    10 out of 28 items documented0 out of 4 items with examples
  • Size
  • Source code size: 29.38 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 580.11 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sl4b

irv

Crates.io

A library with a very open interface to an interpreting RISC-V emulator.

This crate provides only user-mode emulation, but I plan to make an interface for adding additional instructions, which will be enough to implement privilege modes other than user mode.