Skip to content

Commit

Permalink
Revert wasm alll script comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Nov 27, 2024
1 parent 5c4486a commit 84f8b4e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions scripts/wasm-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ fi

starting_dir=$(pwd)

# echo "Wasming framework"
# cd ./framework
echo "Wasming framework"
cd ./framework

# # Delete all the current wasms first
# rm -rf ./artifacts/*.wasm
# # Optimized builds
# docker run --rm -v "$(pwd)":/code \
# --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
# --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
# ${image}
# Delete all the current wasms first
rm -rf ./artifacts/*.wasm
# Optimized builds
docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
${image}

# cd $starting_dir
cd $starting_dir

echo "Wasming apps"
cd ./modules
Expand Down

0 comments on commit 84f8b4e

Please sign in to comment.