7 ms·
Great! Really impressive. It seems that WASM could be an alternative container solution. This approach is like an intermediate step before recompiling it to w
by yangosoft 4y 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.
- encryptluks2 4y agoOne that performs way worse then existing container solutions but that will of course be used to distribute binary blobs.
- yangosoft 4y agoAgree, 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.
- burggraf 4y agoI 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!
- encryptluks2 4y agoA good comparison might be something like Flatpak or gVisor.