feat: add all @pezkuwi/wasm-crypto packages with bizinikiwi context

This commit is contained in:
2026-02-01 08:01:30 +03:00
parent c533e85807
commit b61206c14e
141 changed files with 17048 additions and 0 deletions
@@ -0,0 +1,14 @@
// Copyright 2017-2025 @pezkuwi/wasm-crypto-init authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Do not edit, auto-generated by @polkadot/dev
// (packageInfo imports will be kept as-is, user-editable)
import { detectPackage } from '@pezkuwi/util';
import { packageInfo as bridgeInfo } from '@pezkuwi/wasm-bridge/packageInfo';
import { packageInfo as asmInfo } from '@pezkuwi/wasm-crypto-asmjs/packageInfo';
import { packageInfo as wasmInfo } from '@pezkuwi/wasm-crypto-wasm/packageInfo';
import { packageInfo } from './packageInfo.js';
detectPackage(packageInfo, null, [asmInfo, bridgeInfo, wasmInfo]);