File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
17
17
## Introduction
18
18
19
- The ** node-api-headers** contains the header files for the C based
20
- Node-API provided by Node.js. Node-API is an API for building native addons
21
- that guarantees the ABI (Application Binary Interface) stability across
22
- versions of Node.js (see: [ Node-API] ( https://nodejs.org/dist/latest/docs/api/n-api.html ) ).
19
+ ** node-api-headers** contains the header files for the C- based Node-API
20
+ provided by Node.js. Node-API is an API for building native addons that
21
+ guarantees the ABI (Application Binary Interface) stability across versions
22
+ of Node.js (see: [ Node-API] ( https://nodejs.org/dist/latest/docs/api/n-api.html ) ).
23
23
24
24
Node-API headers are in the ` include ` folder. The Node-APIs that provide
25
25
ECMAScript features from native code can be found in ` js_native_api_types.h `
26
26
and ` js_native_api.h ` . The APIs defined in these headers are included in
27
27
` node_api_types.h ` and ` node_api.h ` .
28
28
The headers are structured in this way in order to allow implementations of
29
29
Node-API outside of Node.js considering that for those implementations the
30
- Node.js specific APIS may not be applicable.
30
+ Node.js specific APIs may not be applicable.
31
31
32
- The ** node-api-headers** is also a package published on ** npm** that could
33
- be used in a process to compile and build native addons for Node.js.
32
+ ** node-api-headers** is also a package published on ** npm** that could be used
33
+ in a process to compile and build native addons for Node.js.
34
34
35
35
<a name =" install " ></a >
36
36
You can’t perform that action at this time.
0 commit comments