From 62ed4460bcef34b2bceaf8a171751e6f79a555cc Mon Sep 17 00:00:00 2001 From: Yaikava <83710104+Yaikava@users.noreply.github.com> Date: Sat, 13 Nov 2021 20:30:44 +0100 Subject: [PATCH] Update wasm dep --- src/ws/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ws/deps.ts b/src/ws/deps.ts index 4cc747111..c09e798b3 100644 --- a/src/ws/deps.ts +++ b/src/ws/deps.ts @@ -1 +1 @@ -export { decompress_with as decompressWith } from "https://unpkg.com/@evan/wasm@0.0.65/target/zlib/deno.js"; +export { decompress_with as decompressWith } from "https://unpkg.com/@evan/wasm@0.0.92/target/zlib/deno.js";