Reword the lib/wast README.md and add a link to the spec testsuite.

This commit is contained in:
Dan Gohman
2018-12-03 16:49:13 -08:00
parent 4db11b610e
commit 4ae552c7bd

View File

@@ -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