[C#] Move C# side to a TypeScript-based array/string conversion
authorMatt Corallo <git@bluematt.me>
Tue, 7 Nov 2023 23:22:44 +0000 (23:22 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 9 Nov 2023 21:08:24 +0000 (21:08 +0000)
Using the marshallers properly will be a ton of additional work,
and its not clear we can do it in the C -> C# direction anyway.
Instead, we can trivially just use the TypeScript conversion logic
which converts everything through pointers anyway.

We'd previously done this on the C side of things, but here we do
it on the C# side as well.


No differences found