Replies: 4 comments
-
If anyone is interested, open a PR and do it |
Beta Was this translation helpful? Give feedback.
-
Yes, creating xmake-js and xmake-python would facilitate building Node.js and Python modules using Xmake, adding value to the existing ecosystem. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/solarwinds/zig-build is an npm package to use zig to build nodejs addon. BTW, npm builtin build system node-gyp has bugs on android and macos, and don't support mingw. I think a well-designed xmake can solve these problems. |
Beta Was this translation helpful? Give feedback.
-
xmake support for nodejs module will be fixed by #5949 and #5691 (npm). |
Beta Was this translation helpful? Give feedback.
-
We have cmake-js to create nodejs module by cmake.
We also have meson-python to create python module by meson.
Perhaps we can have xmake-js and xmake-python?
Beta Was this translation helpful? Give feedback.
All reactions