Posts by this author

Jul 27, 2026
Post comments count1
Post likes count2

A new way to bring native Windows APIs to JavaScript – introducing dynamic API projections for Node.js

Electron and Node.js make it straightforward to build Windows desktop apps in JavaScript. Calling Windows Runtime APIs has been less straightforward: features such as on-device AI often required a C++ or C# bridge, manual translation of WinRT types and asynchronous behavior, and wrapper code for every exposed API. That meant another languag...

ifdef-Windows