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/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/lib.rs') diff --git a/runtime/lib.rs b/runtime/lib.rs index 6745f3ec8..cc6d02681 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -10,6 +10,7 @@ extern crate log; pub use deno_crypto; pub use deno_fetch; pub use deno_web; +pub use deno_websocket; pub mod colors; pub mod errors; -- cgit v1.2.3