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 🤔.
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 😁!