Newer
Older
# NOTE `cargo install wasm-gc` before running this script.
set -e
export CARGO_INCREMENTAL=0
cd substrate/executor/wasm && ./build.sh && cd ../../..
cd substrate/test-runtime/wasm && ./build.sh && cd ../../..
cd polkadot/runtime/wasm && ./build.sh && cd ../../..