DotNetIsolator
DotNetIsolator copied to clipboard
Component Model & WIT files?
Have you had any thoughts on how the component model and *.wit files might fits with this for languages other than c#?
Do you know of anyone working on component model binding generation for *.wit files for dotnet/c#? If so can you point me in the direction of that work?
Thank you.
There is wit-bindgen that supports multiple languages already, technically all someone needs to do is implement a C# generator.
The java generator is only 2252, a C# generator wouldn't be trivial but wouldn't be a massive undertaking either.