Skip to content

Commit

Permalink
Compact and compressed wasm blob are not produced by default now (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Dec 14, 2023
1 parent 0688790 commit b4f527f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-tracing-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for RUNTIME_NAME in ${ALL_RUNTIMES_NAMES[@]}; do

if [[ "$VERSION" == "local" ]]; then
cargo build -p $RUNTIME_NAME-runtime
cp target/debug/wbuild/$RUNTIME_NAME-runtime/${RUNTIME_NAME}_runtime.compact.compressed.wasm ../../../../wasm/$RUNTIME_NAME-runtime-$VERSION-substitute-tracing.wasm
cp target/debug/wbuild/$RUNTIME_NAME-runtime/${RUNTIME_NAME}_runtime.wasm ../../../../wasm/$RUNTIME_NAME-runtime-$VERSION-substitute-tracing.wasm
else
CMD="docker run \
-i \
Expand Down

0 comments on commit b4f527f

Please sign in to comment.