UNPKG
ndwallet-core
Version:
latest (0.9.6)
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.12
0.5.11
0.5.10
0.5.9
0.5.8
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Core cryptographic library for NDWallet browser environments
ndwallet-core
/
pkg
/
ndwallet_core.js
6 lines
(5 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
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
();