←back to thread

Sqlite3 WebAssembly

(sqlite.org)
506 points whatever3 | 1 comments | | HN request time: 0s | source
Show context
gnarbarian ◴[] No.41851345[source]
How long until we see WebAssembly/WebGPU become a platform independent choice for deploying server side code as well?
replies(5): >>41851398 #>>41851405 #>>41852090 #>>41852575 #>>41852681 #
stackskipton ◴[] No.41852090[source]
SRE here, it's currently happening in a few parts but overall, it's not as attractive on server side. Server Side code running is mostly a solved problem and for very few organizations, the benefits of WASM don't outweigh any difficulties in getting it running.
replies(1): >>41853273 #
6gvONxR4sf7o ◴[] No.41853273[source]
> Server Side code running is mostly a solved problem

I know what you mean here, but I think we're very limited in what we tend to run. Polyglot programming still isn't really a thing, and with things like WASI standardized (someday soon I hope), I could imagine it becoming a lot nicer.

replies(1): >>41854086 #
1. stackskipton ◴[] No.41854086[source]
I feel like Polyglot programming in single app sounds like a nightmare but as non dev, meh, whatever.