exec on Qt WebAssembly

from blog Qt, linux and everything, | ↗ original
When porting applications to Qt for WebAssembly, there are a few issues to keep in mind. One big issue is that you do not have a full operating system underneath for you to utilize. What you get is the same sandbox in which javascript lives. In some aspects, it is somewhat similar to a single-threaded microcontroller where there is just one...