Export WasmCryptoBackend from crypto module public API

This commit is contained in:
Matt Hess
2026-02-01 03:31:23 +00:00
parent 0bbb7bd6f0
commit 64d9d40470
+1
View File
@@ -25,3 +25,4 @@ export {
// Backends (for direct access / testing)
export { JsCryptoBackend } from './backend-js.js';
export { WasmCryptoBackend } from './backend-wasm.js';