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`.
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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Removes gzip/brotli pre-compression of
main.wasmfrom thebuild-pkgcommand. The package will now ship only the rawmain.wasmbinary, leaving compression to consumers.Pairs with webnet PR which removes cacert.pem compression and drops the
.br/.gzexports from@webnet/tsconnect/package.json.