chore: added apache license, added types to export

This commit is contained in:
2026-04-27 19:28:10 +02:00
parent 878508fbd3
commit 4570d6826f
8 changed files with 194 additions and 7 deletions
+3
View File
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright 2026 Thomas <[email protected]>
//
// @ts-nocheck
export { Hasher, deriveKey, hash, hashXof, keyedHash } from './bundler/blake3_wasm_rs';
+3
View File
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright 2026 Thomas <[email protected]>
//
// blake3-wasm-rs. Auto-generated entry point
// Do not edit directly!