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 acae22d commit 2bf0049Copy full SHA for 2bf0049
doc/specification.md
@@ -9,7 +9,7 @@ way to verify that the tests indeed passed.
9
### Configuration
10
11
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_
+- find all `*.wasm` files in a given subdirectory — these are the _test cases_
13
- for each test case, look for a `.json` file in the same directory matching the base name (e.g.,
14
`foo.json` for `foo.wasm`) — parse this _specification_
15
- if no `.json` file is present, use a default specification; a (conceptual) default specification
0 commit comments