diff options
Diffstat (limited to 'ext/node/polyfill.rs')
-rw-r--r-- | ext/node/polyfill.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/polyfill.rs b/ext/node/polyfill.rs index 175228a25..a14b75bac 100644 --- a/ext/node/polyfill.rs +++ b/ext/node/polyfill.rs @@ -75,6 +75,7 @@ generate_builtin_node_module_lists! { "util/types", "v8", "vm", + "wasi", "worker_threads", "zlib", } |