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
+4
View File
@@ -0,0 +1,4 @@
// blake3-wasm-rs. Auto-generated entry point
// Do not edit directly!
export { Hasher, deriveKey, hash, hashXof, keyedHash } from './bundler/blake3_wasm_rs.js';