I am currently making good progress on the .NET HDK and I am about to reach out to the community for some help with this… I have found a way to compile .NET code to WASM and I am also using the Wasmer lib to call into the HC Core API in the Conductor WASM. I am very happy they decided to switch to this because I found some .NET bindings for this here:
Issue is, although this lets me call into WASM functions from .NET and also allows WASM functions to invoke .NET methods, there doesn’t seem to be a way for it to compile to WASM?
But I am planning on either using Mono:
Or CoreRT to do this:
CoreRT looks the best way to go, but I will be experimenting with both…
Quick question, I presume currently there are two WASM files HC uses? The core API that runs in the conductor and then the Rust HDK that calls into the other Core API WASM file and also runs inside the conductor?
How would I get the conductor to use my .NET HDK WASM file rather than the Rust HDK WASM file?
Any help would be greatly appreciated.
Cheers
D.