Hacker News new | ask | show | jobs
by adamnemecek 1508 days ago
Supabase seems cool. Is there something like it if I want to run Rust code as edge functions?
2 comments

Deis labs has been experimenting with rust (via WASM) on the edge, particularly in the context of a kubernetes cluster. Check out https://krustlet.dev/ and https://github.com/deislabs/hippo
Supabase edge functions use Deno, which supports WebAssembly, which is a decently-stable compile target of Rust. It gets tricky when you need to do IO, though.
How stable is this if I don’t need to do IO.
The wasm spec itself should be pretty future-proof now, but I'm less sure about deno. I'm curious what your use case is, happy to take it to email if you like.