-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add brotli support #3541
Add brotli support #3541
Conversation
❌ @Jarred-Sumner 2 files with test failures on linux-x64-baseline:
|
❌ @Jarred-Sumner 2 files with test failures on linux-x64:
|
❌ @Jarred-Sumner 5 files with test failures on bun-darwin-aarch64:
|
❌ @Jarred-Sumner 8 files with test failures on bun-darwin-x64-baseline:
|
I believe it fixes #267 ? |
de164bd
to
0fd493f
Compare
✅ #fb012d28a204b03e67f2b71533222efdd2658f39 |
Make sure you don't make the same mistake Deno made which was addressed in denoland/deno#19758. I tried to port https://github.com/marc-barry/deno-spa-proxy to Bun but it is a no-go without Brotli support. |
Doesn't work yet. Just the code to get it to compile, link, and the zig translate-c
Note: this uses the latest HEAD commit instead of the last recently released version because Brotli seems to not have had a release in several years but the HEAD commit has several performance improvements.