Comment on Serverless Is An Architectural Handicap (And I'm Tired of Pretending it Isn't)
sommerset@thelemmy.club 2 weeks agoHuh? How would wasm replace containers?
Wasm will allow writing for web browser in golang and php. Server containers won’t go away
melfie@lemy.lol 2 weeks ago
news.ycombinator.com/item?id=34078737
sommerset@thelemmy.club 2 weeks ago
Well duh. But now it’s too late. It’s not replacing docker in part because mere execution is not only thing docker does.
squaresinger@lemmy.world 2 weeks ago
Considering how important WASM is, I haven’t seen a single application of it.
WASM on the server seems especially weird since it’s not much more than a bytecode interpreter. At that point you could just use a JVM, maybe with some more cut-down API to make it more sandboxed.