Initial Commit

This commit is contained in:
2021-12-17 21:21:58 +01:00
commit ec3dbbaf3a
20 changed files with 1495 additions and 0 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
wasm:
GOOS=js GOARCH=wasm go build -o assets/covergen.wasm ./cmd/wasm/main.go
.PHONY: wasm