8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb42279 commit 82f31ffCopy full SHA for 82f31ff
doc/api/n-api.md
@@ -60,6 +60,14 @@ For example:
60
#include <node_api.h>
61
```
62
63
+As the feature is experimental it must be enabled with the
64
+following command line
65
+[option](https://nodejs.org/dist/latest-v8.x/docs/api/cli.html#cli_napi_modules):
66
+
67
+```bash
68
+--napi-modules
69
+```
70
71
## Basic N-API Data Types
72
73
N-API exposes the following fundamental datatypes as abstractions that are