Closed AArnott closed 4 years ago
Rumor has it that mono has already been compiled for NaCL.
Perhaps we can consider targeting WebAssembly as a forward-looking goal? It would get us more reach than just Chromium browsers, but I have no idea what the timeline is like for it to become usable/stable. Perhaps we could have an experimental branch as it moves along.
NaCl is officially deprecated in favor of WebAssembly now: https://blog.chromium.org/2017/05/goodbye-pnacl-hello-webassembly.html
@jkotas would dotnet/coreclr#5303 be an equivalent issue to this one, but tracking .NET Core code doing native code gen for WebAssembly instead?
I think so.
It seems that if CoreCLR ran on the Google Native Client, we could run CoreCLR code in Chrome, and (eventually) Electron apps, and potentially any other Chromium host.
Is there any interest? Has any investigation been done already?