Content by Drew Noakes (1)
Drew Noakes explains how the C# Dev Kit team replaced C++ Node.js addons with a .NET Native AOT shared library, showing how to build a Node-API (N-API) addon in C# with exported entry points, P/Invoke via LibraryImport, and practical string marshalling between JavaScript and .NET.
End of content