Fix compiling substrate-chain-spec for WASM (#3971)

* Fix compiling substrate-chain-spec for WASM

* Fix tests
This commit is contained in:
Pierre Krieger
2019-10-30 20:54:22 +01:00
committed by GitHub
parent 2c2bba64a0
commit d04d24d047
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -196,6 +196,7 @@ check-web-wasm:
- time cargo web build -p sr-io
- time cargo web build -p sr-primitives
- time cargo web build -p sr-std
- time cargo web build -p substrate-chain-spec
- time cargo web build -p substrate-client
- time cargo web build -p substrate-consensus-aura
- time cargo web build -p substrate-consensus-babe