Skip to content

Conversation

@sebastian-nagel
Copy link

Trim the data part of data URLs (https://www.rfc-editor.org/rfc/rfc2397) to reduce the size of WAT files. E.g., the URL

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA

is trimmed to

data:image/png;base64,

Trim the data part of data URLs (https://www.rfc-editor.org/rfc/rfc2397)
to reduce the size of WAT files. E.g., the URL
  data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA
is trimmed to
  data:image/png;base64,
@wumpus
Copy link
Member

wumpus commented Feb 26, 2025

Looks good to me!

@sebastian-nagel sebastian-nagel merged commit 7ca82da into master Mar 10, 2025
5 checks passed
@sebastian-nagel sebastian-nagel deleted the ia-web-commons-48 branch November 11, 2025 19:30
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.

3 participants