diff options
author | pommicket <pommicket@gmail.com> | 2023-09-05 14:37:16 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-05 14:37:16 -0400 |
commit | 2fb5acc305d94a3827bd11eb8c72b68daa0a2a6a (patch) | |
tree | 10b1373ab7b1895c0a8ca6b1564760de164353f2 /README.md | |
parent | 19f2fdc726c531d5bbc05fbd0ea1445f61208ffb (diff) |
clean up code a bit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ Also it has tiny code size (e.g. >8x smaller `.wasm.gz` size compared to the ## Goals -- Correctly decode all valid non-interlaced PNG files (on 32-bit platforms, some very large images +- Correctly decode all valid non-interlaced PNG files (on ≤32-bit platforms, some very large images might fail because of `usize::MAX`). - Small code size & complexity - No dependencies other than `core` |