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 87562c9 commit 9d4025cCopy full SHA for 9d4025c
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