Roadmap
New features, coming soon
Packages, Gems, Modules, ...
Filesystem Access
Expanded Language Support
Add support for compiled languages such as Go, Rust, and Java. Add additional scripting languages like Lua and Gleam. What language would you like to see?
Long-running Jobs
Today, code execution is limited to 30 seconds. While we could extend this by a few more seconds, we’d rather build out an API that supports running code for hours, not minutes.
Additional JavaScript engines
Our current JavaScript support is powered by an engine written in Rust. We’d like to support more engines, especially one built on SpiderMonkey or QuickJS.
Custom interfaces
Current code assumes a POSIX-like environment, with access to environment
variables, command line arguments, and standard streams (STDIN
, STDOUT
,
STDERR
). We’d like to support typed interfaces via the component
model.
Are we missing a feature that you’d like? Want something prioritized? Send us a message at If you’re interested in either of these, please send an email to hello@riza.io.