get compiling on wasm

This commit is contained in:
Robert Habermeier
2018-02-06 13:27:09 +01:00
parent d43c93a7dc
commit aa7432f15e
6 changed files with 17 additions and 7 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ crate-type = ["cdylib"]
[dependencies]
polkadot-runtime-codec = { path = "../../runtime-codec", version = "0.1", default-features = false }
polkadot-runtime-std = { path = "../../runtime-std", version = "0.1", default-features = false }
polkadot-primitives = { path = "../../primitives", version = "0.1", default-features = false }
[features]
default = []
std = ["polkadot-runtime-codec/std", "polkadot-runtime-std/std"]
std = ["polkadot-runtime-codec/std", "polkadot-runtime-std/std", "polkadot-primitives/std"]