From 4ae552c7bdbb0c0e67ba30323765d7edc33c6b78 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 3 Dec 2018 16:49:13 -0800 Subject: [PATCH] Reword the lib/wast README.md and add a link to the spec testsuite. --- lib/wast/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/wast/README.md b/lib/wast/README.md index f9001eaa85..ff671b026f 100644 --- a/lib/wast/README.md +++ b/lib/wast/README.md @@ -1,4 +1,5 @@ -This is the `wasmtime-wast` crate, which contains support for running -"wast" tests, such as the spec testsuite. +This is the `wasmtime-wast` crate, which contains an implementation of WebAssembly's +"wast" test scripting language, which is used in the +[WebAssembly spec testsuite], using wasmtime for execution. -[`wasmtime-wast`]: https://crates.io/crates/wasmtime-wast +[WebAssembly spec testsuite]: https://github.com/WebAssembly/testsuite