Javascript compressor.
Generates a JS file containing the compressed input encoded in base64 with a light bootstrap JS code that decompresses and evals the original JS input.
We needed to reduce GopherJS generated files to fit into wechat miniprogram restrictions.
go get github.com/jaracil/jscomp
jscomp -i input_file > output_file