Add wasm bindings for Pubkey and Keypair

This commit is contained in:
Michael Vines
2021-10-13 16:52:52 -07:00
parent 6919c4863b
commit 488dc37fec
23 changed files with 537 additions and 15 deletions

View File

@@ -77,6 +77,10 @@ solana-program = { path = "program", version = "=1.10.0" }
solana-sdk-macro = { path = "macro", version = "=1.10.0" }
thiserror = "1.0"
uriparse = "0.6.3"
wasm-bindgen = "0.2"
[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.55"
[dev-dependencies]
curve25519-dalek = "3.2.0"