Skip to content
Snippets Groups Projects
Commit cad1f19d authored by Pierre Krieger's avatar Pierre Krieger Committed by André Silva
Browse files

Make more crates compile for WASM browser (#2524)


* Make more crates compile for WASM browser

* More crates

* Update .gitlab-ci.yml

Co-Authored-By: default avatarSergei Pepyakin <s.pepyakin@gmail.com>
parent 9927c336
No related merge requests found
......@@ -88,10 +88,20 @@ check-web-wasm:
- /^[0-9]+$/
script:
# WASM support is in progress. As more and more crates support WASM, we
# should add entries here.
# should add entries here. See https://github.com/paritytech/substrate/issues/2416
- 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-consensus-common
- time cargo web build -p substrate-executor
- time cargo web build -p substrate-network-libp2p
- time cargo web build -p substrate-panic-handler
- time cargo web build -p substrate-peerset
- time cargo web build -p substrate-primitives
- time cargo web build -p substrate-serializer
- time cargo web build -p substrate-state-db
- time cargo web build -p substrate-state-machine
- time cargo web build -p substrate-trie
.build-only: &build-only
only:
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment