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

@@ -10,5 +10,11 @@
"zcash"
],
"author": "Jack Grigg <jack@z.cash>",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"webpack": "4.33.0"
},
"dependencies": {
"zcash-client-backend-wasm": "file:../zcash-client-backend-wasm/pkg"
}
}