You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
I noticed that node-napi.node and electron-napi.node are equal, at least for Linux. So we can save on npm package size by only including node-napi.node (doesn't matter to node-gyp-build, it will treat that as a "runtime agnostic" prebuild).
I noticed that
node-napi.nodeandelectron-napi.nodeare equal, at least for Linux. So we can save on npm package size by only includingnode-napi.node(doesn't matter tonode-gyp-build, it will treat that as a "runtime agnostic" prebuild).Under what conditions do they not match? 🤔