tailscale/tool
Mihai Parparita d60f7fe33f cmd/tsconnect: run wasm-opt on the generated wasm file
Saves about 1.4MB from the generated wasm file. The Brotli size is
basically unchanged (it's actually slightly larger, by 40K), suggesting
that most of the size delta is due to not inlining and other changes
that were easily compressible.

However, it still seems worthwhile to have a smaller final binary, to
reduce parse time and increase likelihood that we fit in the browser's
disk cache. Actual performance appears to be unchanged.

Updates #5142

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2022-10-25 13:16:37 -07:00
..
binaryen.rev cmd/tsconnect: run wasm-opt on the generated wasm file 2022-10-25 13:16:37 -07:00
go tool/go: accept a marker file with no line terminator 2022-07-25 16:06:52 -07:00
node.rev cmd/tsconnect: pin yarn and node 2022-07-22 11:36:49 -07:00
wasm-opt cmd/tsconnect: run wasm-opt on the generated wasm file 2022-10-25 13:16:37 -07:00
yarn .github/workflows: add tsconnect static build to wasm GitHub action 2022-07-25 18:02:22 -07:00
yarn.rev cmd/tsconnect: pin yarn and node 2022-07-22 11:36:49 -07:00