mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
10 lines
195 B
Markdown
10 lines
195 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:
|
|
|
|
```bash
|
|
./integration_tests/cowsay/test.sh
|
|
```
|