-
Notifications
You must be signed in to change notification settings - Fork 87
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
fix: use uint8array for htmlrewriter wasm module instead of base64 #2739
Conversation
📊 Package size report -0%↓
Unchanged files
🤖 This report was automatically generated by pkg-size-action |
Not exactly sure why, but https://github.com/opennextjs/opennextjs-netlify/actions/runs/12771972335/job/35600421283#step:13:183 fails with
It also similarly seems to fail in integration tests
Does this error ring any bells? |
fcc7405
to
14b6fe2
Compare
@JakeChampion keep in mind |
14b6fe2
to
82c5f7f
Compare
changed to fix 👍 |
This reduces the amount of memory being used by the function, base64 will use four thirds of the original size, whereas using uint8array will use the same size as the original size
BEGIN_COMMIT_OVERRIDE
fix: use uint8array for htmlrewriter wasm module instead of base64
END_COMMIT_OVERRIDE