We will soon also begin work on the .NET HDK to open up the amazing Holochain to the massive .NET & Unity ecosystem’s, which will help turbocharge the holochain ecosystem we are trying to build…
.NET supports compiling to WASM so we know this is possible…
We are looking for devs who would be interested in this exciting mini-project, so if you are interested please get in touch! We look forward to hearing from you!
Just as with NextGenSoftware.Holochain.HoloNET.Client, this project may be split out into its own repo and then linked to this one as a sub-module in future…
We have been tracking a number of different solutions to allow .NET to compile to WASM and the most promising so far is CoreRT (a AOT (Ahead Of Time) Compiler for .NET Core):
This will allow managed C# code to be compiled into any native language including WASM.
note that while the HDK interface is relatively stable and can be implemented in anything with wasm+messagepack, the holochain conductor likely has bugs/gaps on native windows
if anyone can test and develop PRs for windows for anything missing that would be awesome