Skip to content

Commit a76d133

Browse files
vmorozmhdawson
andcommitted
Update doc/api/embedding.md
Co-authored-by: Michael Dawson <mdawson@devrus.com>
1 parent ee9ef05 commit a76d133

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/embedding.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ int RunNodeInstance(MultiIsolatePlatform* platform,
171171
<!--introduced_in=REPLACEME-->
172172

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

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

0 commit comments

Comments
 (0)