From ca6efa3600db956c336f21004c8ecb50592d805c Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Mon, 18 Mar 2024 18:54:12 -0400 Subject: [PATCH] Add wasm-opt to index.html --- index.html | 2 +- opt.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 0918173..9253c18 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ Isaac Mills's Portfolio - + diff --git a/opt.sh b/opt.sh index 01c4380..f20e781 100644 --- a/opt.sh +++ b/opt.sh @@ -1,7 +1,6 @@ #!/bin/sh wasm=dist/portfolio-*_bg.wasm js=dist/portfolio-*.js -wasm-opt -O2 --fast-math $wasm -o $wasm find dist/ \ -name "*.js" -o \ -name "*.pdf" -o \