Native Client - anybody tried to compile juce core?

I’m looking for experiences or thoughts regarding making juce core to run under the Nacl toolchain.
Anybody have given this a thought?

Would love to see it happen, but haven’t done any investigation myself.

It’s basically just another target platform to support, so would need new implementations of any native OS called that are used. Not sure if NaCl supports any posix calls, which would make life a lot easier for all the file handling and threading stuff.

It complies to POSIX.
I think even file APIs are there but just throwing exceptions at runtime (for obvious reasons)