We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9922d commit 5bd0da4Copy full SHA for 5bd0da4
build.sh
@@ -7,7 +7,9 @@ set -o pipefail
7
cd "$(dirname "$0")"
8
DIR=$(pwd)
9
10
-# The latest required version of Wattsi. Update this if you change how ./build.sh invokes Wattsi.
+# The latest required version of Wattsi. Update this and the fallback in
11
+# https://github.com/whatwg/wattsi/blob/master/src/build.sh if you change how ./build.sh invokes
12
+# Wattsi.
13
WATTSI_LATEST=76
14
15
# Shared state variables throughout this script
0 commit comments