This website requires JavaScript.
Explore
Help
Sign In
lzc256
/
tailscale
Watch
1
Star
0
Fork
You've already forked tailscale
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
9dfb0916c2
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 07:05:01 +08:00
110