| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 552c945 commit 424c8e1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ Node-API. | |||
| 16 | 16 | When not using Node-API, implementing addons is complicated, | |
| 17 | 17 | involving knowledge of several components and APIs: | |
| 18 | 18 | ||
| 19 | - * V8: the C++ library Node.js uses to provide the | ||
| 19 | + * [V8][]: the C++ library Node.js uses to provide the | ||
| 20 | 20 | JavaScript implementation. V8 provides the mechanisms for creating objects, | |
| 21 | 21 | calling functions, etc. V8's API is documented mostly in the | |
| 22 | 22 | `v8.h` header file (`deps/v8/include/v8.h` in the Node.js source | |
@@ -1362,6 +1362,7 @@ console.log(result); | |||
| 1362 | 1362 | [Embedder's Guide]: https://github.com/v8/v8/wiki/Embedder's%20Guide | |
| 1363 | 1363 | [Linking to libraries included with Node.js]: #addons_linking_to_libraries_included_with_node_js | |
| 1364 | 1364 | [Native Abstractions for Node.js]: https://github.com/nodejs/nan | |
| 1365 | + [V8]: https://v8.dev/ | ||
| 1365 | 1366 | [`Worker`]: worker_threads.md#worker_threads_class_worker | |
| 1366 | 1367 | [bindings]: https://github.com/TooTallNate/node-bindings | |
| 1367 | 1368 | [download]: https://github.com/nodejs/node-addon-examples | |
| Back | FazBrowse Home | New Git URL |
0 commit comments