mirror of
https://github.com/pezkuwichain/pezkuwi-wasm.git
synced 2026-06-15 01:11:08 +00:00
feat: add all @pezkuwi/wasm-crypto packages with bizinikiwi context
This commit is contained in:
@@ -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]);
|
||||
Reference in New Issue
Block a user