wasmer/integration_tests/nginx/README.md
2019-02-19 17:01:44 -07:00

13 lines
230 B
Markdown

# `nginx` integration test
This starts Wasmer with the nginx Wasm file and serves an HTML
file with some simple text to assert on. The test script does
the assertion.
Run test with:
```
> ./integration_tests/nginx/test.sh
```