remove minification of wasm.js

This commit is contained in:
2026-07-06 20:36:42 +00:00
parent bc52a250a4
commit 05cd2d79df
+1 -1
View File
@@ -2,7 +2,7 @@
build: clean
@echo "======================== Building Binary ======================="
minify wfa.js > dist/wfa.js
cp wfa.js dist/wfa.js
GOOS=js GOARCH=wasm CGO_ENABLED=0 tinygo build -panic=trap -no-debug -opt=s -target=wasm -o dist/wfa.wasm .
clean: