We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459f209 commit 77154cdCopy full SHA for 77154cd
doc/api/addons.md
@@ -34,8 +34,9 @@ involving knowledge of several components and APIs :
34
35
- Node.js includes a number of other statically linked libraries including
36
OpenSSL. These other libraries are located in the `deps/` directory in the
37
- Node.js source tree. Only the V8 and OpenSSL symbols are purposefully
38
- re-exported by Node.js and may be used to various extents by Addons.
+ Node.js source tree. Only the libuv, OpenSSL, V8 and zlib symbols are
+ purposefully re-exported by Node.js and may be used to various extents by
39
+ Addons.
40
See [Linking to Node.js' own dependencies][] for additional information.
41
42
All of the following examples are available for [download][] and may
0 commit comments