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 d06e158 commit be71e71Copy full SHA for be71e71
.github/CODEOWNERS
@@ -88,3 +88,11 @@
88
/src/js_native_api* @nodejs/n-api
89
/doc/guides/adding-new-napi-api.md @nodejs/n-api
90
/doc/api/n-api.md @nodejs/n-api
91
+
92
+# WASI
93
+/deps/uvwasi/ @nodejs/wasi
94
+/doc/api/wasi.md @nodejs/wasi
95
+/lib/wasi.js @nodejs/wasi
96
+/src/node_wasi* @nodejs/wasi
97
+/test/wasi/ @nodejs/wasi
98
+/test/fixtures/wasi/ @nodejs/wasi
0 commit comments