Functions

A function is your own compiled code (Go, Rust, anything that targets WASI) run in a sandbox — no filesystem, no network, capped memory and time. Call it from a flow with the Function step, or expose it as a secure HTTPS endpoint.

Loading…