From 0a2a4122dcb4e138120bb1cb51752f140e39454c Mon Sep 17 00:00:00 2001 From: Surma Date: Fri, 2 Aug 2019 12:47:12 +0100 Subject: [PATCH] Update build.sh --- codecs/hqx/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecs/hqx/build.sh b/codecs/hqx/build.sh index 30d6e997..6eadb9e8 100755 --- a/codecs/hqx/build.sh +++ b/codecs/hqx/build.sh @@ -10,7 +10,7 @@ echo "=============================================" wasm-pack build --target no-modules wasm-strip pkg/squooshhqx_bg.wasm echo "Optimising Wasm so it doesn't break Chrome (this takes like 10-15mins. get a cup of tea)" - echo "Once https://bugs.chromium.org/p/chromium/issues/detail?id=97480 is fixed, we can remove this step" + echo "Once https://crbug.com/974804 is fixed, we can remove this step" wasm-opt -Os --no-validation -o pkg/squooshhqx_bg.wasm pkg/squooshhqx_bg.wasm rm pkg/.gitignore )