Skip to content

Commit 5a547f3

Browse files
committed
fixup! wasi: require CLI flag to require() wasi module
1 parent 909a870 commit 5a547f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/node_native_module.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ void NativeModuleLoader::InitializeModuleCategories() {
9898
#endif // !HAVE_OPENSSL
9999

100100
"sys", // Deprecated.
101+
"wasi", // Experimental.
101102
"internal/test/binding",
102103
"internal/v8_prof_polyfill",
103104
"internal/v8_prof_processor",

0 commit comments

Comments
 (0)