Skip to content

Commit 2bf0049

Browse files
abrownloganek
authored andcommitted
review: limit to *.wasm files
1 parent acae22d commit 2bf0049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ way to verify that the tests indeed passed.
99
### Configuration
1010

1111
Before executing anything, a test executor is expected to:
12-
- find all `*.wasm` and `*.wat` files in a given subdirectory — these are the _test cases_
12+
- find all `*.wasm` files in a given subdirectory — these are the _test cases_
1313
- for each test case, look for a `.json` file in the same directory matching the base name (e.g.,
1414
`foo.json` for `foo.wasm`) — parse this _specification_
1515
- if no `.json` file is present, use a default specification; a (conceptual) default specification

0 commit comments

Comments
 (0)