This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
tailscale
mirror of
https://github.com/tailscale/tailscale.git
Watch
1
Star
0
Fork
You've already forked tailscale
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e0cd9e9dec
tailscale
/
tool
/
binaryen.rev
2 lines
4 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 00:05:01 +01:00
110