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 72f26b9 commit 632fcdbCopy full SHA for 632fcdb
test/js-native-api/test_cannot_run_js/entry_point.c
@@ -0,0 +1,7 @@
1
+#include <node_api.h>
2
+
3
+EXTERN_C_START
4
+napi_value Init(napi_env env, napi_value exports);
5
+EXTERN_C_END
6
7
+NAPI_MODULE(NODE_GYP_MODULE_NAME, Init)
0 commit comments