Skip to content

Commit 41f6ee9

Browse files
committed
Update test/README.md
1 parent ac37fe9 commit 41f6ee9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ are enabled by default, they must be explicitly enabled as shown below.)
99

1010
A single `.wast` test can be run with full backtrace on trap via:
1111
```
12-
WASMTIME_BACKTRACE_DETAILS=1 wasmtime wast -W component-model-async=y -W component-model-async-builtins=y -W component-model-threading=y -W component-model-async-stackful=y the-test.wast
12+
WASMTIME_BACKTRACE_DETAILS=1 wasmtime wast -W component-model-async=y -W component-model-async-builtins=y -W component-model-threading=y -W component-model-async-stackful=y -W exceptions=y the-test.wast
1313
```
1414
All the tests can be run from this directory via:
1515
```
16-
find . -name "*.wast" | xargs wasmtime wast -W component-model-async=y -W component-model-async-builtins=y -W component-model-threading=y -W component-model-async-stackful=y
16+
find . -name "*.wast" | xargs wasmtime wast -W component-model-async=y -W component-model-async-builtins=y -W component-model-threading=y -W component-model-async-stackful=y -W exceptions=y
1717
```

0 commit comments

Comments
 (0)