feat: camelCase JS exports, node-esm, index entry point

This commit is contained in:
2026-04-25 15:56:36 +02:00
parent 70a1423cb8
commit 84b2e75967
8 changed files with 429 additions and 97 deletions
+3
View File
@@ -0,0 +1,3 @@
// @ts-nocheck
export { Hasher, deriveKey, hash, hashXof, keyedHash } from './bundler/blake3_wasm_rs';