File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ to provide ABI compatibility guarantees across different Node versions and also
55across different Node VMs – allowing NAPI enabled native modules to just work
66across different versions and flavors of Node.js without recompilations.
77
8+ It is introduced by this Node enhancemnet proposal:
9+ [ 005-ABI-Stable-Module-API.md] ( https://github.com/nodejs/node-eps/blob/master/005-ABI-Stable-Module-API.md ) .
10+
811This project is in an early proof of concept stage. Check out our [ roadmap] ( https://github.com/nodejs/abi-stable-node/issues/18 )
912for details on the remaining work.
1013
@@ -18,9 +21,6 @@ in branches in this repo. Currently we have the following versions:
1821
1922** API Design & Shape**
2023
21- For more details on design of the API, please check out the
22- [ node-eps] ( https://github.com/nodejs/node-eps/pull/20 ) covering this effort.
23-
2424The current shape of the API can be found in header file
2525[ node_jsvmapi.h] ( https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi.h )
2626
You can’t perform that action at this time.
0 commit comments