BLAKE3 hashing for JavaScript: native Node bindings (where available) and WebAssembly
If I try to install the blake3 npm package with `npm i blake3`, I just get this error message: ``` npm ERR! code ETARGET npm ERR! notarget No matching version found for [email protected]. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. ``` If I instead try `npm i blake3-wasm`, I instead get: ``` npm ERR! code ETARGET npm ERR! notarget No matching version found for @c4312/[email protected]. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. ``` I don't know why it's trying to install version 2.1.7 of the dependencies, when as far as I can tell the latest versions of all of these packages on npm is 3.0.0, but in any case it doesn't work and I seemingly have no way to be able to use these at the moment. Is there some way to actually install these?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by forbjok and has received 6 comments.