wit-bindgen
wit-bindgen copied to clipboard
(C#) - Basic types, Lists, Results & Variants
quick update, I've got the lists runtime tests passing 🚀
I need to clean up quite a bit of the code as I was learning as I was doing and there are a lot of places that can be made consistent and more efficient. The other thing to finish up is add logic for cleaning up allocated heap memory.
I've done the clean up and added logic to free the memory. Ready for Review
Added in variants and results. There still seems to be an issue with return pointer alignment. Haven't found where it's happening yet.