Hacker News new | ask | show | jobs
by paulgb 1508 days ago
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.
1 comments

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.