added reset

This commit is contained in:
2024-05-24 17:53:38 +02:00
parent 743a18c696
commit 757b48232f
5 changed files with 68 additions and 0 deletions

View File

@@ -85,3 +85,12 @@ show-versions: buildlocal
# lint:
# golangci-lint run -p bugs -p unused
buildwasm:
env GOOS=js GOARCH=wasm go build -o $(tool).wasm $(LDFLAGS) .
zipwasm:
zip -r openquell-$(SHORTVERSION).zip index.html $(tool).wasm wasm_exec.js
wasm: buildwasm zipwasm
@ls -l $(tool)-$(SHORTVERSION).zip