wasmer/examples/nginx
2018-12-10 21:19:39 -08:00
..
html Improved index page 2018-12-06 20:36:19 -08:00
logs Refactored emscripten usage to allow future ABIs 2018-12-10 21:19:39 -08:00
.gitignore Improved the Nginx example 2018-12-06 20:26:04 -08:00
nginx.conf Improved the Nginx example 2018-12-06 20:26:04 -08:00
nginx.wasm Improved the Nginx example 2018-12-06 20:26:04 -08:00
README.md Added a Readme to the Nginx example 2018-12-06 20:31:03 -08: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/