- Merge target-feature=+simd128 into Makefile RUSTFLAGS (was being
overridden by the explicit RUSTFLAGS env var)
- Cap hash_xof/finalize_xof to 64KB to prevent unbounded WASM
linear memory growth
- Add boundary tests for XOF length validation
- Update benchmarks with SIMD-enabled build
The `@awasm/noble/wasm_threads.js` target works without any additional setup in node.js. It can be used as-is.
Same goes for browsers. Web workers are managed automatically, without any input from user.
This is very different from most threaded libraries which require user to set up their own threading infra.