blake3 v1.7.0 just landed with the wasm32_simd Cargo feature, which enables a new optimized backend. See BLAKE3-team/BLAKE3#341. Anecdotally on my laptop under Wasmtime, this is a 6x performance improvement for large inputs. I'm not sure how this feature will interact with all the ways your bindings can be built, but maybe some of them will want to expose this or turn it on by default?
blake3v1.7.0 just landed with thewasm32_simdCargo feature, which enables a new optimized backend. See BLAKE3-team/BLAKE3#341. Anecdotally on my laptop under Wasmtime, this is a 6x performance improvement for large inputs. I'm not sure how this feature will interact with all the ways your bindings can be built, but maybe some of them will want to expose this or turn it on by default?