Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++20 modules support #3081

Open
pjmlp opened this issue Oct 17, 2024 · 0 comments
Open

C++20 modules support #3081

pjmlp opened this issue Oct 17, 2024 · 0 comments

Comments

@pjmlp
Copy link

pjmlp commented Oct 17, 2024

Now that Node.js v23.0.0 is being built with C++20 as base C++ version, are there any plans to improve the node-gyp support for steering the compilation of C++20 modules?

Usually this requires cooperation between the compiler and the build tool due to the way the modules have been designed.

This is already kind of supported in cmake.js alongside ninja, making the parallel between standard cmake and ninja.

So I am kind of wondering what is the path forward regarding native extensions with C++20 modules,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant