Wasm Workers Server
Run your workers anywhere
⚡️
Simple
Start serving your first responses in 5 minutes.
⚙️
Compatible
Create workers in different languages thanks to WebAssembly.
🚀
Run anywhere
Run it locally, in a small device, free-tier VPS, etc. Almost anywhere.
$ curl https://raw.githubusercontent.com/vmware-labs/wasm-workers-server/main/install.sh | bash
$ wws --help
Usage: wws [OPTIONS] [PATH]
Arguments:
[PATH] Folder to read WebAssembly modules from [default: .]
Options:
--host <HOSTNAME> Hostname to initiate the server [default: 127.0.0.1]
-p, --port <PORT> Port to initiate the server [default: 8080]
-h, --help Print help information
-V, --version Print version information