We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9ef05 commit a76d133Copy full SHA for a76d133
doc/api/embedding.md
@@ -171,7 +171,9 @@ int RunNodeInstance(MultiIsolatePlatform* platform,
171
<!--introduced_in=REPLACEME-->
172
173
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][].
+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.
177
178
An example can be found [in the Node.js source tree][napi_embedding.c].
179
0 commit comments