storacha-network / w3cli

💾 w3 command line interface
Other
30 stars 7 forks source link

feat: use wasm piece hasher #195

Closed alanshaw closed 2 months ago

alanshaw commented 2 months ago

We removed this from the client library (and use the JS native version) since there's a miriad of environments that JS runs in that have differing ways to load WASM. However in Node.js it's a captive environment so should load fine and give us a little speedup.