We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1651919 commit 5fd7a87Copy full SHA for 5fd7a87
update-testsuite.sh
@@ -3,7 +3,7 @@ set -e
3
set -u
4
set -o pipefail
5
6
-repos='spec threads simd exception-handling gc bulk-memory-operations tail-call nontrapping-float-to-int-conversions multi-value host-bindings sign-extension-ops mutable-global'
+repos='spec threads simd exception-handling gc bulk-memory-operations tail-call nontrapping-float-to-int-conversions multi-value host-bindings sign-extension-ops mutable-global reference-types'
7
8
log_and_run() {
9
echo ">>" $*
0 commit comments