diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-08-03 15:56:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 15:56:48 +0200 |
commit | bc4ee5924682fee9e22922c1b8c07fad32728a83 (patch) | |
tree | e08f6e65be1df6f85d729986e8a9fe5a8cc3fde5 | |
parent | 00b51ca94b20269baa5d4d84b24e0273a52d5df6 (diff) |
chore(compat): update list of supported modules (#15397)
-rw-r--r-- | cli/compat/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/compat/mod.rs b/cli/compat/mod.rs index 3ddc32f96..93510f65d 100644 --- a/cli/compat/mod.rs +++ b/cli/compat/mod.rs @@ -61,6 +61,7 @@ static SUPPORTED_MODULES: &[&str] = &[ "util/types", "v8", "vm", + "worker_threads", "zlib", ]; |