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.
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
You can’t perform that action at this time.
0 commit comments