From 209eb16aa76a691876ab1afaa1aedfcf9d928e5f Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 24 Feb 2022 08:43:41 -0500 Subject: [PATCH] forgot to commit this --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7224c69..3420417 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash set -e wasm-pack build --target web --release --no-typescript -wasm-opt -Oz -o pkg/integral_site_2.wasm pkg/integral_site_bg.wasm +wasm-opt -Oz -o pkg/integral_site_bg_2.wasm pkg/integral_site_bg.wasm mv pkg/integral_site_bg_2.wasm pkg/integral_site_bg.wasm