File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ the underlying JavaScript runtime (ex V8) and is maintained as part of
11
11
Node.js itself. This API will be Application Binary Interface (ABI) stable
12
12
across versions of Node.js. It is intended to insulate Addons from
13
13
changes in the underlying JavaScript engine and allow modules
14
- compiled for one version to run on later versions of Node.js without
15
- recompilation.
14
+ compiled for one major version to run on later major versions of Node.js without
15
+ recompilation. The [ABI Stability][] guide provides a more in-depth explanation.
16
16
17
17
Addons are built/packaged with the same approach/tools
18
18
outlined in the section titled [C++ Addons](addons.html).
@@ -4596,6 +4596,7 @@ idempotent.
4596
4596
4597
4597
This API may only be called from the main thread.
4598
4598
4599
+ [ABI Stability]: https://nodejs.org/en/docs/guides/abi-stability/
4599
4600
[ECMAScript Language Specification]: https://tc39.github.io/ecma262/
4600
4601
[Error Handling]: #n_api_error_handling
4601
4602
[Native Abstractions for Node.js]: https://github.com/nodejs/nan
You can’t perform that action at this time.
0 commit comments