On 16/09/2015 15:41, Konstantin Ivlev wrote:
Hi boost community,
some introdution: NaCl (Google NativeClient, https://developer.chrome.com/native-client) - open-source technology authored by Google Inc. providing way to run native code inside web-browser in portable and secure manner. NaCl provides posix-like environment, and supports newlib and glibc standard libraries. currently NaCl is supported by Google Chrome web-browser, and range of applications and software libraries are ported to NaCl (include zlib, quake, etc.).
how about integrating NaCl support patches into the boost main-line (trunk/master), I am talking about these NaCl ports patches from Google:
Is there an easy way to have a working NaCl environment to build and execute boost tests? That would certainly help a lot. Ion