wasmer/examples/nginx/README.md

13 lines
227 B
Markdown
Raw Normal View History

2018-12-07 04:31:03 +00:00
# Run Nginx
This example has Nginx compiled to WebAssembly using Emscripten.
You can run it locally with:
```
wasmer run nginx.wasm -- -p . -c nginx.conf
```
And you will have a webserver running in:
http://localhost:8080/