WASM will replace containers
creston.blog
WASM will replace containers
1–10 of 371 posts
Re: WASM will replace containers
#2I wonder if someone could make a decent cross-platform GUI toolkit to save us from the horribly slow Electron-hell we've carved out for ourselves.
Re: WASM will replace containers
#3Re: WASM will replace containers
#4Re: WASM will replace containers
#5> My money is on WebAssembly (WASM) to replace containers. It already has in some places. WebAssembly is a true write-once-run-anywhere experience. (Anywhere that can spin up a V8 engine, which is a lot of places these days.)
Luckily a container is a place that can spin up a V8 engine. If you want to bet on WASM my bet would be on containers running WASM.
Re: WASM will replace containers
#6[flagged]
Formerly sys admin
Re: WASM will replace containers
#7It's been about 3 years since I dug into WASM and was bewildered about how to use it.
Is it time to dig back in?
Re: WASM will replace containers
#8We'd use a Dockerfile, install nodejs or use a source image to build from. How does that work for wasm? Does it have layers to reuse?
Re: WASM will replace containers
#9I mean I don't enjoy Docker either, but I think it's more that there are many problems k8s + Docker help you solve, and WASM alone wouldn't solve a lot of them.
Re: WASM will replace containers
#10[flagged]
Sticking a bunch of docker containers on a box behind a reverse proxy or load balancer felt like the sweet spot of complexity and scalability for most apps.