Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! node-api: link to other programming language bindings
Co-authored-by: Vladimir Morozov <[email protected]>
  • Loading branch information
legendecas and vmoroz authored Aug 19, 2025
commit f0599392141d13f0f1621d6ad7bdec1c034b91a3
4 changes: 2 additions & 2 deletions doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ to write addons in other programming languages on top of Node-API. Refer
to [language and engine bindings][] for more programming languages and engines
support details.

[`node-addon-api`][] is the official C++ binding provides more efficient way to
write C++ code that calls Node-API. This wrapper provides an inlinable C++ API.
[`node-addon-api`][] is the official C++ binding that provides a more efficient way to
write C++ code that calls Node-API. This wrapper is a header-only library that offers an inlinable C++ API.
Binaries built with `node-addon-api` will depend on the symbols of the Node-API
C-based functions exported by Node.js. The following code snippet is an example
of `node-addon-api`:
Expand Down
Loading