Skip to content
build.sh 326 B
Newer Older
# NOTE `cargo install wasm-gc` before running this script.

set -e
export CARGO_INCREMENTAL=0

Gav Wood's avatar
Gav Wood committed
cd demo/runtime/wasm && ./build.sh && cd ../../..
cd substrate/executor/wasm && ./build.sh && cd ../../..
cd substrate/test-runtime/wasm && ./build.sh && cd ../../..
cd polkadot/runtime/wasm && ./build.sh && cd ../../..