DotNetIsolator icon indicating copy to clipboard operation
DotNetIsolator copied to clipboard

Component Model & WIT files?

Open mikeball opened this issue 2 years ago • 1 comments

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.

mikeball avatar Apr 02 '23 21:04 mikeball

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.

MindSwipe avatar Oct 21 '23 13:10 MindSwipe