We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0866712 commit 95d7a57Copy full SHA for 95d7a57
README.md
@@ -56,5 +56,4 @@ polyfill (perform direct size/load-time comparisons) by following the steps:
56
57
* Decode while downloading (using HTTP `Range` requests or splitting into separate files)
58
* Perform generic compression on top of the `.wasm` file (e.g.,
59
- [lzham](https://github.com/richgel999/lzham_codec) gives a further 30% boost).
60
- * Real build system
+ [lzham](https://github.com/richgel999/lzham_codec) gives a further 24% boost over `gzip`).
0 commit comments