pd-vm 0.22.2

RustScript bytecode compiler and VM
Documentation
1
2
3
fn main() -> Result<(), Box<dyn std::error::Error>> {
    vm::cli::main(vm::cli::CliRuntime::default())
}