Are there any examples of compiling C# code using Mono so that the exe can run with Google's native client support?

前端 未结 3 1467
广开言路
广开言路 2021-02-09 00:53

I have found a press release that states that Mono now support compilation for native client. It\'s unclear whether this is only available from the separate github mono fork, or

3条回答
  •  清歌不尽
    2021-02-09 01:17

    I'm not sure it's been up-streamed into the Mono repository, but there's a fork that runs on NaCl here : https://github.com/elijahtaylor/mono Note, use at your own risk!

提交回复
热议问题