ashtuchkin / iconv-lite

Convert character encodings in pure javascript.
MIT License
3.04k stars 282 forks source link

improve iconv-lite performance with WebAssembly #286

Open yosion-p opened 2 years ago

yosion-p commented 2 years ago

Now, nodejs can be run on the browser with WebAssembly, I think this can also improve the performance of iconv-lite, although it's fast now.