You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
binaryen.rev cmd/tsconnect: run wasm-opt on the generated wasm file 2 years ago
go tool/go: accept a marker file with no line terminator 2 years ago
node.rev cmd/tsconnect: pin yarn and node 2 years ago
wasm-opt cmd/tsconnect: run wasm-opt on the generated wasm file 2 years ago
yarn .github/workflows: add tsconnect static build to wasm GitHub action 2 years ago
yarn.rev cmd/tsconnect: pin yarn and node 2 years ago