Skip to content

Commit

Permalink
Update doc/api/embedding.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Dawson <mdawson@devrus.com>
  • Loading branch information
vmoroz and mhdawson committed Sep 4, 2024
1 parent ee9ef05 commit a76d133
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ int RunNodeInstance(MultiIsolatePlatform* platform,
<!--introduced_in=REPLACEME-->

As an alternative, an embedded Node.js can also be fully controlled through
Node-API. This API supports both C and C++ through [node-addon-api][].
Node-API. This API supports both C and C++ through [node-addon-api][]. Although
the embedding API is not promised to be ABI stable at this time, it uses node-api types
and implementation so that it might be a some time in the future.

An example can be found [in the Node.js source tree][napi_embedding.c].

Expand Down

0 comments on commit a76d133

Please sign in to comment.