Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Add process.shared#2927

Closed
TooTallNate wants to merge 3 commits intonodejs:masterfrom
TooTallNate:process.shared
Closed

Add process.shared#2927
TooTallNate wants to merge 3 commits intonodejs:masterfrom
TooTallNate:process.shared

Conversation

@TooTallNate
Copy link

This adds a process.shared object, which looks a little something like this:

> process.shared
{ http_parser: false,
  v8: false,
  uv: false,
  zlib: true,
  openssl: true }

For the node running above ^, I compiled with --shared-zlib --openssl-use-sys=1, and thus zlib and openssl are "true" above.

To determine whether node's dependencies were statically compiled into
the binary or whether it is dynamically linked to external libraries.
@TooTallNate
Copy link
Author

Closing. We want process.config instead!!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant