Skip to content

Commit b52db02

Browse files
committed
Revert "Revert changes in the SDK crate"
This reverts commit c66f7d7.
1 parent 49c7f0e commit b52db02

File tree

7 files changed

+1
-15
lines changed

7 files changed

+1
-15
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

program/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ solana-logger = { workspace = true }
110110

111111
[target.'cfg(target_arch = "wasm32")'.dependencies]
112112
getrandom = { workspace = true, features = ["js", "wasm-bindgen"] }
113-
wasm-bindgen = { workspace = true }
114113

115114
[dev-dependencies]
116115
array-bytes = { workspace = true }

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ solana-program = { workspace = true, features = ["dev-context-only-utils"] }
190190
solana-sdk = { path = ".", features = ["dev-context-only-utils"] }
191191

192192
[package.metadata.docs.rs]
193-
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
193+
targets = ["x86_64-unknown-linux-gnu"]
194194
all-features = true
195195
rustdoc-args = ["--cfg=docsrs"]
196196

sdk/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ pub mod signature;
189189
pub mod signer;
190190
pub mod transaction;
191191
pub mod transport;
192-
pub mod wasm;
193192

194193
#[deprecated(since = "2.1.0", note = "Use `solana-account` crate instead")]
195194
pub use solana_account as account;

sdk/src/wasm/keypair.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

sdk/src/wasm/mod.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

sdk/src/wasm/transaction.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)