Skip to content

Commit 20e1ace

Browse files
committed
Update tests/README.md with more details
1 parent 6ed08ab commit 20e1ace

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ This directory contains Component Model reference tests, grouped by functionalit
44

55
## Running in Wasmtime
66

7+
All tests currently run and (except temporarily while spec changes are rolling out)
8+
pass using the [`dev` release of `wasip3-prototyping`](https://github.com/bytecodealliance/wasip3-prototyping/releases/tag/dev).
9+
710
A single `.wast` test can be run via:
811
```
912
wasmtime wast -W component-model-async=y the-test.wast
1013
```
14+
All the tests can be run from this directory via:
15+
```
16+
find . -name "*.wast" | xargs wasmtime-p3 wast -W component-model-async=y
17+
```

0 commit comments

Comments
 (0)