Skip to content

Commit

Permalink
fixup! wasi: require CLI flag to require() wasi module
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed Dec 15, 2019
1 parent 909a870 commit 5a547f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node_native_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ void NativeModuleLoader::InitializeModuleCategories() {
#endif // !HAVE_OPENSSL

"sys", // Deprecated.
"wasi", // Experimental.
"internal/test/binding",
"internal/v8_prof_polyfill",
"internal/v8_prof_processor",
Expand Down

0 comments on commit 5a547f3

Please sign in to comment.