rio icon indicating copy to clipboard operation
rio copied to clipboard

Goal: A script-feeling, safe, naturally compatible replacement for C, with no runtime nor std lib of its own.

Rio

A programming language someday maybe.

Try this for now:

cargo run -- build examples/hi.rio

Or for more fun, which cargo installs wasm-tools and wasmi_cli then builds and runs rio and so on:

cargo run --example bin-test

Or for smaller binary size and maybe faster, though I don't have large enough rio examples yet to know:

cargo run --example bin-test -- --profile release-lto