Polka
Polka is the bytecode that runs on the Myriad. It compiles from Abrase language.
The crate defines bytecode layout and instruction sets alone.
Published as
polka-rs(polkaname was taken). The Rust import path stayspolka— add to yourCargo.tomlaspolka = { package = "polka-rs", version = "0.1.0" }and keepuse polka::*;unchanged.
See the main repo for the full language, runtime, and examples.
License
MIT