-
Notifications
You must be signed in to change notification settings - Fork 511
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
js: Update wasmpack to a non-Base64 palette
We were just using Base64 for convenience, however there's a slightly better palette we can use: - By putting lowercase letters in front, we use many more lowercase letters - since our actual code is using lowercase letters as well, this results in better compression ratio - By using :; instead of +/ for the last two characters, we simplify the decoding routine since we now only use three ASCII blocks (a-z, A-Z, 0-9:;) This reduces the decoder post-gzip by ~60 extra bytes (~1%)
- Loading branch information
Showing
8 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters