SkillAgentSearch skills...

Rio

Goal: A safe, tiny, flexible, fast compiling, semi-fast running, data-friendly, functional-first language

Install / Use

/learn @contextfreeinfo/Rio
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Example usage of wasm-opt:

wasm-opt -O3 --enable-multivalue --enable-bulk-memory \
    examples/out/branch.wasm -o examples/out/branch-opt.wasm
View on GitHub
GitHub Stars97
CategoryDevelopment
Updated2mo ago
Forks0

Languages

Rust

Security Score

80/100

Audited on Jan 28, 2026

No findings