mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-11-01 20:57:02 +00:00
Set up webpack library backed by zcash-client-backend-wasm
This commit is contained in:
5
zcash-client-sdk-js/src/index.js
Normal file
5
zcash-client-sdk-js/src/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as wasm from 'zcash-client-backend-wasm'
|
||||
|
||||
export function greet () {
|
||||
wasm.greet()
|
||||
}
|
||||
Reference in New Issue
Block a user