summaryrefslogtreecommitdiffhomepage
path: root/tool/binaryen.rev
AgeCommit message (Collapse)AuthorFilesLines
2023-01-30go.toolchain.rev: update to Go 1.20rc3Brad Fitzpatrick1-1/+1
Updates #7123 Change-Id: Ibdf53530251c120e7e20c24abcf4a05f2ff7ac97 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2022-10-25cmd/tsconnect: run wasm-opt on the generated wasm fileMihai Parparita1-0/+1
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>