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