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

fix: Don't wrap native modules #142

Merged
merged 4 commits into from
Jul 15, 2024

Conversation

timfish
Copy link
Contributor

@timfish timfish commented Jul 15, 2024

Closes #138

I've tested this working locally but I'm stuggling to add a test for this which will work relaibly cross platform.

Does anyone know of a native module that's published not hidden behind JavaScript wrappers that includes pre-built binaries for cross platform support?

I'd prefer it if we didn't impose requiring a native toolchain just to npm install!

@jsumners-nr
Copy link
Contributor

includes pre-built binaries for cross platform support?

https://github.com/newrelic/node-native-metrics

Copy link

@AbhiPrasad AbhiPrasad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@timfish timfish merged commit f3278a3 into nodejs:main Jul 15, 2024
48 checks passed
@timfish timfish deleted the fix/dont-wrap-native-modules branch July 15, 2024 17:00
@legendecas legendecas mentioned this pull request Jul 15, 2024
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

Successfully merging this pull request may close these issues.

Resolve exports for native modules
3 participants