1
0
mirror of https://github.com/taigrr/wasm-experiments synced 2025-01-18 04:03:21 -08:00

Add GZIP compression flag

This commit is contained in:
Johan Brandhorst
2019-06-29 16:46:45 +01:00
parent 5a5d3084d5
commit aa3ec594b3
5 changed files with 44 additions and 17 deletions

View File

@@ -74,9 +74,6 @@ test: clean
clean:
rm -f ./html/*
serve:
go run main.go
install-test:
go get github.com/agnivade/wasmbrowsertest
mv $$GOPATH/bin/wasmbrowsertest $$GOPATH/bin/go_js_wasm_exec