polka-rs 0.2.0

Bytecode schema for the Myriad runtime (Abrase language).
Documentation

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 (polka name was taken). The Rust import path stays polka — add to your Cargo.toml as polka = { package = "polka-rs", version = "0.1.0" } and keep use polka::*; unchanged.

See the main repo for the full language, runtime, and examples.

License

MIT