chore(tsconnect): drop wasm pre-compression from build-pkg #8

Merged
codinget merged 1 commits from drop-wasm-precompress into webnet 2026-06-07 01:25:23 +02:00
Owner

Removes gzip/brotli pre-compression of main.wasm from the build-pkg command. The package will now ship only the raw main.wasm binary, leaving compression to consumers.

Pairs with webnet PR which removes cacert.pem compression and drops the .br/.gz exports from @webnet/tsconnect/package.json.

Removes gzip/brotli pre-compression of `main.wasm` from the `build-pkg` command. The package will now ship only the raw `main.wasm` binary, leaving compression to consumers. Pairs with [webnet PR](https://gitea.codinget.me/webnet/webnet/pulls) which removes cacert.pem compression and drops the `.br`/`.gz` exports from `@webnet/tsconnect/package.json`.
codinget added 1 commit 2026-06-07 01:02:56 +02:00
Consumers are now responsible for compressing assets; the package ships
only the raw main.wasm binary.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
codinget marked the pull request as ready for review 2026-06-07 01:24:51 +02:00
codinget merged commit 0df765eb60 into webnet 2026-06-07 01:25:23 +02:00
codinget deleted branch drop-wasm-precompress 2026-06-07 01:25:23 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: webnet/tailscale#8