Wasmer — Universal binaries powered by WebAssembly (Wasm)
Wasmer is a standalone JIT WebAssembly runtime with an aim to be fully compatible with Emscripten, Rust, and Go. Check the roadmap and tune in to a future episode of The Changelog with Syrus Akbary, the creator of Wasmer.
Install
curl https://get.wasmer.io -sSfL | sh
Run
wasmer run nginx.wasm
Enjoy
Running Nginx on localhost:8080
Press Ctrl-C to stop...