Viua virtual machine
a bytecode virtual machine for highly concurrent software

About the Viua virtual machine

Viua is a bytecode virtual machine implementing a custom ISA. The machine is designed to reliably run highly concurrent software. To that end, the execution model it presents to used-level software is based on the Actor model of computation.