You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/custom/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Tests are written in the [S-Expression script format](https://github.com/WebAsse
4
4
5
5
The test suite can be run with the spec interpreter as follows:
6
6
```
7
-
./run.py --wasm <path-to-wasm-interpreter>
7
+
./run.sh --wasm <path-to-wasm-interpreter>
8
8
```
9
9
where the path points to the spec interpreter executable (or a tool that understands similar options). If the binary is in the working directory, this option can be omitted.
0 commit comments