danoon2 / Boxedwine

Emulator that can run 32-bit Windows programs/games on multiple platforms via Wine
GNU General Public License v2.0
816 stars 67 forks source link

Sharing a cool project: container2wasm #80

Closed rajsite closed 1 year ago

rajsite commented 1 year ago

I recently came across the container2wasm project today and it reminded me a lot of boxedwine. The ability to pack up a docker image into a single runnable wasm file leveraging wasi-vfs and wizer and the network stack hacks are neat!

Would be awesome to be able to package up a windows app with boxedwine into a self-contained wasm file using just the wasi api. Would need to find a pattern for the display server 🤔.

No real issue, just wanted to share 😁!