Skip to content

Commit 1811c93

Browse files
committed
sync working
1 parent 68e2c7a commit 1811c93

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
9393
tracing = "0.1.40"
9494
rayon = { version = "1.8", features = ["web_spin_lock"] }
9595
subtle = "2.6.1"
96-
wasm_thread = { git = "https://github.com/ec2/wasm_thread", rev = "eb41bcc0d98ce0620a313687c0344341391b9d78", default-features = false, features = ["keep_worker_alive", "es_modules"] }
96+
wasm_thread = { git = "https://github.com/ec2/wasm_thread", rev = "9e432077948d927d49373d1d039c23447d3648df", default-features = false, features = ["keep_worker_alive", "es_modules"] }
9797

9898
wasm_sync = "0.1.2"
9999
http = { version = "1.1.0", default-features = false }
@@ -117,6 +117,9 @@ wasm-bindgen-rayon = { git = "https://github.com/9SMTM6/wasm-bindgen-rayon", rev
117117
shardtree = { git = "https://github.com/ec2/incrementalmerkletree.git", rev = "16eff253ad2575d48feec04f7387e6507a7dd698" }
118118
incrementalmerkletree = { git = "https://github.com/ec2/incrementalmerkletree.git", rev = "16eff253ad2575d48feec04f7387e6507a7dd698" }
119119

120+
# [patch.'https://github.com/WilsonGramer/wasm_thread']
121+
# wasm_thread = { git = "https://github.com/ec2/wasm_thread", rev = "9e432077948d927d49373d1d039c23447d3648df" }
122+
120123
#[patch.'https://github.com/chainsafe/librustzcash']
121124
#zcash_address = { path = "../librustzcash/components/zcash_address" }
122125
#zcash_client_backend = { path = "../librustzcash/zcash_client_backend" }

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
22
"scripts": {
33
"preinstall": "npx only-allow pnpm",
4-
<<<<<<< HEAD
54
"start:dev": "parcel --no-autoinstall packages/demo-wallet",
65
"build": "parcel build --no-cache --no-autoinstall packages/demo-wallet"
7-
=======
8-
"start:dev": "pnpm --stream -r run start:dev",
9-
"build": "parcel build --no-autoinstall --no-cache packages/demo-wallet"
10-
>>>>>>> fa1d590219078a46ae59c0e85e0207362217b311
116
},
127
"dependencies": {
138
"@webzjs/webz-core": "workspace:^",

0 commit comments

Comments
 (0)