Skip to content

Commit

Permalink
wasm compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Nov 4, 2024
1 parent cfdee8a commit 6ddc26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ subxt ={ version="0.38.0", default-features=false, optional=true }

[features]
default =["std"]
std =["codec/std", "scale-info/std", "serde/std", "sp-runtime/std", "sp-std/std"]
wasm =["codec/std", "scale-info/std", "serde/std", "sp-std/std"]
std =["codec/std", "scale-info/std", "serde/std", "sp-runtime/std", "sp-std/std", "sp-core/std"]
wasm =["codec/std", "scale-info/std", "serde/std", "sp-std/std", "sp-core/std"]
wasm-no-std=["sp-runtime"]
user-native=["dep:subxt", "subxt/native"]
user-wasm =["dep:subxt", "subxt/web"]

0 comments on commit 6ddc26e

Please sign in to comment.