mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
13 lines
230 B
Markdown
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
|
|
```
|