Skip to content
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

Move base64 decoding into JS library. NFC #21441

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Feb 27, 2024

The optimized base64Decode was only being using by minimal runtime. After this change it used in the regular runtime too which should speed up decoding.

@sbc100 sbc100 closed this Jan 3, 2025
@sbc100 sbc100 deleted the merge_base64 branch January 3, 2025 22:45
@sbc100 sbc100 restored the merge_base64 branch January 4, 2025 01:06
@sbc100 sbc100 reopened this Jan 4, 2025
@sbc100 sbc100 requested review from kripken and juj January 4, 2025 02:47
@sbc100 sbc100 force-pushed the merge_base64 branch 4 times, most recently from bfd679f to 6c99cf3 Compare January 4, 2025 16:34
@sbc100 sbc100 removed request for kripken and juj January 5, 2025 01:30
@sbc100 sbc100 marked this pull request as draft January 5, 2025 01:30
@sbc100
Copy link
Collaborator Author

sbc100 commented Jan 5, 2025

Waiting to see if #23297 lands.

@sbc100 sbc100 changed the title Merge base64Decode.js and base64Utils.js into library_base64.js Move base64 decoding in to JS library. NFC Jan 31, 2025
@sbc100 sbc100 requested a review from brendandahl January 31, 2025 19:51
@sbc100 sbc100 marked this pull request as ready for review January 31, 2025 19:51
@sbc100 sbc100 requested a review from kripken January 31, 2025 19:51
@sbc100 sbc100 changed the title Move base64 decoding in to JS library. NFC Move base64 decoding into JS library. NFC Jan 31, 2025
@sbc100 sbc100 merged commit 92d0bb5 into emscripten-core:main Feb 3, 2025
29 checks passed
@sbc100 sbc100 deleted the merge_base64 branch February 3, 2025 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants