feat(web/wasm): use simd128 if available

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-09-28 04:03:30 +00:00
parent cf931cc0a5
commit 097c9e9586
3 changed files with 18 additions and 5 deletions

View File

@@ -33,6 +33,7 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"preact": "^10.27.2"
"preact": "^10.27.2",
"wasm-feature-detect": "^1.8.0"
}
}
}