File tree 1 file changed +2
-1
lines changed
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
@@ -1364,6 +1364,7 @@ console.log(result);
1364
1364
[Embedder' s Guide]: https://github.com/v8/v8/wiki/Embedder' s%20Guide
1365
1365
[Linking to libraries included with Node.js]: #addons_linking_to_libraries_included_with_node_js
1366
1366
[Native Abstractions for Node.js]: https:// github.com/nodejs/nan
1367
+ [V8]: https:// v8.dev/
1367
1368
[`Worker`]: worker_threads.md#worker_threads_class_worker
1368
1369
[bindings]: https:// github.com/TooTallNate/node-bindings
1369
1370
[download]: https:// github.com/nodejs/node-addon-examples
You can’t perform that action at this time.
0 commit comments