Link to esbuild-rs

This commit is contained in:
Wilson Lin 2020-07-27 17:00:56 +10:00
parent ca5e60c5b8
commit c379f6667f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ An HTML minifier meticulously optimised for both speed and effectiveness, availa
- Advanced minification strategy beats other minifiers with only one pass.
- Uses zero memory allocations, SIMD searching, direct tries, and lookup tables.
- Well tested with a large test suite and extensive [fuzzing](./fuzz).
- Natively binds to [esbuild](https://github.com/evanw/esbuild) for super fast JS minification.
- Natively binds to [esbuild](https://github.com/wilsonzlin/esbuild-rs) for super fast JS minification.
## Performance