summaryrefslogtreecommitdiff
path: root/runtime/snapshot.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-02-06 00:58:06 +0100
committerGitHub <noreply@github.com>2024-02-06 00:58:06 +0100
commit6853633f7d4c66eeffd98a2b6184cd5caa4e9c98 (patch)
tree9fc54845095ac7931024434487f6d5020d5ea8bd /runtime/snapshot.rs
parentb94dabdb8175e065ec298e4660cc41703148424c (diff)
refactor: don't expose worker ops to user code (#22276)
Diffstat (limited to 'runtime/snapshot.rs')
-rw-r--r--runtime/snapshot.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/snapshot.rs b/runtime/snapshot.rs
index 794de14d9..b23b024ee 100644
--- a/runtime/snapshot.rs
+++ b/runtime/snapshot.rs
@@ -253,6 +253,7 @@ pub fn create_runtime_snapshot(
ops::tty::deno_tty::init_ops(),
ops::http::deno_http_runtime::init_ops(),
ops::bootstrap::deno_bootstrap::init_ops(Some(snapshot_options)),
+ ops::web_worker::deno_web_worker::init_ops(),
];
for extension in &mut extensions {