RiceVM¶
RiceVM is a cross-platform Dis virtual machine and Limbo compiler implemented in Rust.
Features¶
- Supports all 176 Dis VM opcodes
- Provides a fully functional Dis runtime (with GC, concurrency, etc.)
- Includes a Limbo compiler,
.disfile disassembler, and debugger - Includes most of the built-in modules from Dis virtual machine, including
$Sys,$Math,$Crypt, etc. - Supports for GUI applications and audio playback
- Is fully cross-platform (runs on Windows, Linux, and macOS)