←back to thread

Sqlite3 WebAssembly

(sqlite.org)
506 points whatever3 | 10 comments | | HN request time: 0s | source | bottom
1. 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 #
2. ruined ◴[] No.41851398[source]
as soon as wasi is settled
replies(1): >>41852078 #
3. paulddraper ◴[] No.41851405[source]
Yesterday?

There's a number of WASM platforms/tools: Wasmer, wasmCloud, a few others that escape my memory.

replies(1): >>41851445 #
4. jt2190 ◴[] No.41851445[source]
https://wasmer.io/

https://wasmcloud.com/

https://wasmtime.dev/

5. gnarbarian ◴[] No.41852078[source]
https://wasi.dev/

wow I didn't know this was a thing. thanks for filling me in!

6. 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 #
7. evacchi ◴[] No.41852575[source]
Shameless plug for Dylibso's latest beta launch :) https://www.getxtp.com/blog/meet-xtp

disclaimer: I work there

8. Thaxll ◴[] No.41852681[source]
It's kind of dying on the server, some people thought it would replace containers.
9. 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 #
10. stackskipton ◴[] No.41854086{3}[source]
I feel like Polyglot programming in single app sounds like a nightmare but as non dev, meh, whatever.