js: no longer provide our own 'detect-libc' (#18138)

This commit is contained in:
Meghan Denny
2025-03-13 11:40:37 -08:00
committed by GitHub
parent b0b6c979ee
commit 3eec297282
9 changed files with 1 additions and 125 deletions

View File

@@ -12,5 +12,3 @@ Alternatively, use `process.dlopen`:
let mod = { exports: {} };
process.dlopen(mod, "./my-node-module.node");
```
Bun polyfills the [`detect-libc`](https://npmjs.com/package/detect-libc) package, which is used by many Node-API modules to detect which `.node` binding to `require`.