wasmer/integration_tests/cowsay/README.md

10 lines
195 B
Markdown
Raw Normal View History

2019-04-23 00:06:42 +00:00
# `cowsay` integration test
This starts Wasmer with the Cowsay WASI Wasm file. The test makes assertions on
the output of Wasmer. Run test with:
```bash
./integration_tests/cowsay/test.sh
```