diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2021-04-06 10:33:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 10:33:43 +0200 |
commit | ff5d072702aee52882787ea85dd73573a8f8f316 (patch) | |
tree | 346d9ac446bbb307edaac0ce965b36dfe511305e /runtime/ops/mod.rs | |
parent | 2c52c0a145337050fee03313a7c5698b761969dc (diff) |
refactor: rewrite "net" ops to use serde_v8 (#10028)
Diffstat (limited to 'runtime/ops/mod.rs')
-rw-r--r-- | runtime/ops/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ops/mod.rs b/runtime/ops/mod.rs index b497f6a42..6574546b1 100644 --- a/runtime/ops/mod.rs +++ b/runtime/ops/mod.rs @@ -18,6 +18,7 @@ pub mod timers; pub mod tls; pub mod tty; pub mod url; +mod utils; pub mod web_worker; pub mod webgpu; pub mod websocket; |