In the past I have worked on Solidity -> Rust compiler, to enable Solidity on WASM VMs. My pain point was emulation of C3 inheritence in Rust, which I actually was able to implement with a few macros. In Rust -> .NET I'm interested in how he does the `DerefMut` trait.
CodesInChaos|1 year ago
What do you mean by that? A compiler backend isn't even exposed to high level concepts like traits.
zie1ony|1 year ago