wit-bindgen icon indicating copy to clipboard operation
wit-bindgen copied to clipboard

(C#) - Basic types, Lists, Results & Variants

Open silesmo opened this issue 1 year ago • 3 comments

silesmo avatar Jan 07 '24 11:01 silesmo

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.

jsturtevant avatar Feb 14 '24 17:02 jsturtevant

I've done the clean up and added logic to free the memory. Ready for Review

jsturtevant avatar Feb 16 '24 03:02 jsturtevant

Added in variants and results. There still seems to be an issue with return pointer alignment. Haven't found where it's happening yet.

silesmo avatar Feb 16 '24 08:02 silesmo