$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Introducing the X++ Programming Language
From: Phil Bouchard (philippeb8_at_[hidden])
Date: 2017-07-17 11:03:22
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