doc,n-api: add link to n-api tutorial website

PR-URL: https://github.com/nodejs/node/pull/34870
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
Jim Schlight 2020-08-21 16:15:27 -07:00 committed by Rich Trott
parent 0dae5d9380
commit cb315d2dd3

View File

@ -78,6 +78,10 @@ it still gets the benefits of the ABI stability provided by the C API.
When using `node-addon-api` instead of the C APIs, start with the API [docs][]
for `node-addon-api`.
The [N-API Resource](https://nodejs.github.io/node-addon-examples/) offers an
excellent orientation and tips for developers just getting started with N-API
and node-addon-api.
## Implications of ABI stability
Although N-API provides an ABI stability guarantee, other parts of Node.js do