ktock / container2wasm

Container to WASM converter

Home Page:https://ktock.github.io/container2wasm-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphical support

martinmullins opened this issue · comments

I think that using container2wasm could be a great way to preserve software. There is a good setup right now for linux terminal applications.

Are there any ideas for graphical applications?

Having X11 support especially in the browser would enable a large set of applications to be preserved.

@ktock it looks like copy/v86 implement it as VGA input/output in this pull request. it should be very useful, especially for special Linux distros such as Android (which this issue is the main blocker from using it) and Wayland DEs in Linux, like hyperland, sway or the latest gnome.

Thanks for the information, SGTM about adding graphical support.

One option is to emulate framebuffer in WASI using I/O Devices by Wasmer.