We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8131b7b commit f37a8f9Copy full SHA for f37a8f9
scripts/setup_web.sh
@@ -3,6 +3,8 @@ set -eu
3
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
4
cd "$script_path/.."
5
6
+set -x
7
+
8
# Pre-requisites:
9
rustup target add wasm32-unknown-unknown
10
0 commit comments