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.
.snapshot
1 parent 5bd32a9 commit ad89e01Copy full SHA for ad89e01
1 file changed
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