Support for C++ metadata is mainly for user land modules, not Apple SDKs. This allows defining native, high performance plugins for apps easily that bind to JavaScript in most performant way by directly generating engine-specific/Node-API fallback bindings through Codegen backend.
Codegen backend should support everything: C/C++/Objective-C.
Support for C++ metadata is mainly for user land modules, not Apple SDKs. This allows defining native, high performance plugins for apps easily that bind to JavaScript in most performant way by directly generating engine-specific/Node-API fallback bindings through Codegen backend.
Codegen backend should support everything: C/C++/Objective-C.