UNPKG
@nimiq/core
Version:
latest (2.7.1)
next (2.0.0-next.rc.5)
rc (2.1.2-rc.0)
2.7.1
2.7.0
2.6.1
2.6.0
2.5.1
2.5.0
2.4.0
2.2.2
2.2.1
2.2.0
2.1.2-rc.0
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-next.rc.5
2.0.0-next.rc.4
2.0.0-next.rc.3
2.0.0-next.rc.0
2.0.0-next.24.4
2.0.0-next.24.3
2.0.0-next.24.2
2.0.0-next.24.1
2.0.0-next.24.0
2.0.0-next.23.0
2.0.0-next.22.3
2.0.0-next.22.1
2.0.0-next.22.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.8
1.5.7
1.5.5
1.5.4
1.5.3
1.5.1
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.1.0-alpha.2
1.1.0-alpha.1
Nimiq's Rust-to-WASM web client
nimiq.com
nimiq/core-rs-albatross
@nimiq/core
/
bundler
/
worker-wasm
/
index.js
6 lines
(5 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
import
*
as
wasm
from
"./index_bg.wasm"
;
export
*
from
"./index_bg.js"
;
import
{ __wbg_set_wasm }
from
"./index_bg.js"
;
__wbg_set_wasm
(wasm); wasm.
__wbindgen_start
();