Relative Content

Tag Archive for c++webassemblydocker-container

How to handle graphics output with Container2WASM

I wanted to see if container2WASM could compile a docker container containing a game like Speed Dreams (open source racing game) to WASM. I am unsure however how to output the graphics from the container once I eventually compile it to WASM with container2WASM. Is this possible? I noticed that container2WASM’s online demos include a visual terminal of the container using xterm. How could I accomplish something similar with my docker container of Speed Dreams?