We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b552c commit 1928fc3Copy full SHA for 1928fc3
1 file changed
tests/run.sh
@@ -1,6 +1,9 @@
1
#!/bin/bash
2
set -ueo pipefail
3
4
+# Top-level test runner. Usage is "run.sh <runwasi>" where <runwasi> is a
5
+# WASI-capable runtime.
6
+
7
runwasi="$1"
8
9
cd compile-only
0 commit comments