UNPKG

ndwallet-core

Version:

Core cryptographic library for NDWallet browser environments

6 lines (5 loc) 191 B
import * as wasm from "./ndwallet_core_bg.wasm"; export * from "./ndwallet_core_bg.js"; import { __wbg_set_wasm } from "./ndwallet_core_bg.js"; __wbg_set_wasm(wasm); wasm.__wbindgen_start();