This page is about the Ruby interpreter
environment inside the Riza Code Interpreter API.
We have not yet published an API client library for Ruby.
Runtime
Riza runs Ruby 3.3.0 compiled to WASM. The entire standard library is included.Limitations
There are no limitations beyond the general sandbox limitations that apply to all Riza interpreter runtime environments. See our roadmap for planned future improvements.Output
You can write tostdout
and stderr
as you typically would.
Input
You can read fromstdin
and access command line arguments and environment
variables, all as you typically would.