File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Node-API.
1616When not using Node-API, implementing addons is complicated,
1717involving knowledge of several components and APIs:
1818
19- * V8 : the C++ library Node.js uses to provide the
19+ * [ V8 ] [ ] : the C++ library Node.js uses to provide the
2020 JavaScript implementation. V8 provides the mechanisms for creating objects,
2121 calling functions, etc. V8's API is documented mostly in the
2222 ` v8.h ` header file (` deps/v8/include/v8.h ` in the Node.js source
@@ -1364,6 +1364,7 @@ console.log(result);
13641364[Embedder' s Guide]: https://github.com/v8/v8/wiki/Embedder' s%20Guide
13651365[Linking to libraries included with Node.js]: #addons_linking_to_libraries_included_with_node_js
13661366[Native Abstractions for Node.js]: https:// github.com/nodejs/nan
1367+ [V8]: https:// v8.dev/
13671368[`Worker`]: worker_threads.md#worker_threads_class_worker
13681369[bindings]: https:// github.com/TooTallNate/node-bindings
13691370[download]: https:// github.com/nodejs/node-addon-examples
You can’t perform that action at this time.
0 commit comments