Hacker News new | ask | show | jobs
by yangosoft 1349 days ago
Great! Really impressive.

It seems that WASM could be an alternative container solution.

This approach is like an intermediate step before recompiling it to wasm.

1 comments

One that performs way worse then existing container solutions but that will of course be used to distribute binary blobs.
Agree, it is much slower.

I would be interesting to see a comparison between a full recompiled version running on top of a wasm runtime vs some container solution but seems they found a lot of problems recompiling it.

I love how you guys are already pushing us to think about performance issues on this project. Hacker news really pushes technology to the next level!
A good comparison might be something like Flatpak or gVisor.