diff options
Diffstat (limited to 'ext/node/polyfills/internal_binding/README.md')
-rw-r--r-- | ext/node/polyfills/internal_binding/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/node/polyfills/internal_binding/README.md b/ext/node/polyfills/internal_binding/README.md new file mode 100644 index 000000000..903d33cd6 --- /dev/null +++ b/ext/node/polyfills/internal_binding/README.md @@ -0,0 +1,11 @@ +# 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. |