Set up webpack library backed by zcash-client-backend-wasm

This commit is contained in:
Jack Grigg
2019-06-11 00:15:22 +01:00
parent f53de917c5
commit 110a611ffe
4 changed files with 3560 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
import * as wasm from 'zcash-client-backend-wasm'
export function greet () {
wasm.greet()
}