1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-26 12:41:04 +00:00
2018-12-06 20:31:03 -08:00

227 B

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/