3cc98de3ee
Make changes so that we only import the necessary files from the console package so that the generated wasm code is as small as possible. This change gets the compiled wasm code down to 8.6MB uncompressed and 2MB when compressed with `gzip --best`. https://review.dev.storj.io/c/storj/storj/+/3396 Change-Id: Ifdd4be285810757b46bbbe43327c0d0139e5f8f7
38 lines
373 B
Plaintext
38 lines
373 B
Plaintext
# Mac OS X files
|
|
.DS_Store
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.db
|
|
*.wasm
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
*.prof
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# VSCode
|
|
/.vscode
|
|
|
|
# Visual Studio
|
|
/.vs
|
|
|
|
# Jetbrains
|
|
.idea/
|
|
|
|
*.coverprofile
|
|
*.log
|
|
|
|
/release/
|
|
*.swp
|
|
/bin
|
|
resource.syso
|
|
|
|
*.resource.go
|
|
|
|
.build |