mirror of
https://github.com/pezkuwichain/pezkuwi-wasm.git
synced 2026-04-21 23:48:00 +00:00
9 lines
232 B
JavaScript
9 lines
232 B
JavaScript
// Copyright 2019-2026 @pezkuwi/wasm-crypto authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import * as wasm from '@pezkuwi/wasm-crypto';
|
|
|
|
import { runUnassisted } from './all/index.js';
|
|
|
|
runUnassisted('WASM', wasm);
|