Myriad
Published as
myriad-rs(myriadname was taken). The Rust import path staysmyriad— add to yourCargo.tomlasmyriad = { package = "myriad-rs", version = "0.1.0" }and keepuse myriad::*;unchanged.
Myriad is the runtime for Polka bytecode.
This crate defines its computation core.
Embedding
use ;
let module = /* polka::Module from your compiler */;
let mut vm = new;
default.install_into;
let result = vm.run_module?;
See the main repo for more examples.
License
MIT