2 Commits

Author SHA1 Message Date
alu f8f8636cc3 update dev-init 2026-07-06 20:47:09 +00:00
alu 13b522f6a0 fix missing dist dir make issue 2026-07-06 20:40:48 +00:00
+1 -1
View File
@@ -2,6 +2,7 @@
build: clean
@echo "======================== Building Binary ======================="
mkdir -p dist
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 .
@@ -26,5 +27,4 @@ test:
@rm -f test.test
dev-init:
apt install minify
go get -t wfa/test