Get WASM example compiling via 'trunk serve'

This commit is contained in:
James Wilson
2025-12-16 18:28:16 +00:00
parent c1d30da488
commit 4819b00655
17 changed files with 33145 additions and 33772 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ edition = "2021"
[dependencies]
subxt = { path = "../../subxt" }
subxt-signer = { path = "../../signer" }
subxt-signer = { path = "../../signer", features = ["subxt"] }
tokio = { version = "1.44.2", features = ["macros", "time", "rt-multi-thread"] }