Files
wasmer/tests/integration_tests/cowsay/README.md
2020-04-06 16:47:06 -07:00

9 lines
192 B
Markdown

# `cowsay` integration test
This starts Wasmer with the Cowsay WASI Wasm file. The test makes assertions on
the output of Wasmer. Run test with:
```sh
./integration_tests/cowsay/test.sh
```