mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
12 lines
387 B
Markdown
12 lines
387 B
Markdown
|
# Internal Bindings
|
||
|
|
||
|
The modules in this directory implement (simulate) C++ bindings implemented in
|
||
|
the `./src/` directory of the [Node.js](https://github.com/nodejs/node)
|
||
|
repository.
|
||
|
|
||
|
These bindings are created in the Node.js source code by using
|
||
|
`NODE_MODULE_CONTEXT_AWARE_INTERNAL`.
|
||
|
|
||
|
Please refer to <https://github.com/nodejs/node/blob/master/src/README.md> for
|
||
|
further information.
|