From 2e18fcebcc2ee931ee952ac2fe2175d6ec7acf69 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 6 Jan 2021 16:57:28 +0100 Subject: refactor: move WebSocket API to an op_crate (#9026) --- runtime/build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/build.rs') diff --git a/runtime/build.rs b/runtime/build.rs index ca4a77c31..a34e9ffa8 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -15,6 +15,7 @@ fn create_snapshot( ) { deno_web::init(&mut js_runtime); deno_fetch::init(&mut js_runtime); + deno_websocket::init(&mut js_runtime); deno_crypto::init(&mut js_runtime); // TODO(nayeemrmn): https://github.com/rust-lang/cargo/issues/3946 to get the // workspace root. -- cgit v1.2.3