
17 Jul
2017
17 Jul
'17
11:03 a.m.
On 07/16/2017 11:59 PM, Phil Bouchard via Boost wrote:
Furthermore, in theory, is should be possible to offer a service which compiles the executables for combinations of major architecture / OS only once, cache these executables on the webserver and executing them in a specialized container on the client's desktop. Thus, in theory, we would be able to execute real-time engines from within our own browser!
Apparently it's possible to compile the C++ code into WebAssembly: https://developer.mozilla.org/en-US/docs/WebAssembly/C_to_wasm (I'm reposting feedback from the Boost mailing list) -Phil