From 89a7dfc6c1f93217134558ece702d80a6270f471 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 22 Feb 2023 16:12:21 -0800 Subject: [PATCH] test: update README with current state Now that Wasmtime has merged https://github.com/bytecodealliance/wasmtime/pull/5484 the language used in the README can be updated. --- test/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 021d678..ebd5572 100644 --- a/test/README.md +++ b/test/README.md @@ -1,5 +1,7 @@ # Running tests -The following command executes wasi-threads tests using wasmtime runtime (please note wasi-threads proposal is still in development in Wasmtime and requires [this change](https://github.com/bytecodealliance/wasmtime/pull/5484) to work). + +The following command executes the `wasi-threads` tests using the Wasmtime +runtime. ```bash git clone -b prod/testsuite-all https://github.com/WebAssembly/wasi-testsuite