added jsvm bindings and updateing the workflow to generate the jsvm types

This commit is contained in:
Gani Georgiev
2023-07-11 18:09:55 +03:00
parent 3d3fe5c614
commit ede67dbc20
9 changed files with 5322 additions and 4985 deletions
+3
View File
@@ -4,6 +4,9 @@ lint:
test:
go test ./... -v --cover
jsvmdocs:
go run ./plugins/jsvm/internal/docs/docs.go
test-report:
go test ./... -v --cover -coverprofile=coverage.out
go tool cover -html=coverage.out