Skip to content

RiceVM

Project Logo


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, .dis file 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)

Documentation