Wasm Workers Server
A WebAssembly framework to develop serverless applications and run them anywhere
⚡️
Simple
Start serving your first responses in 1 minute. Don't you trust us?
⚙️
Multi-language
Create workers in different languages like JavaScript, Ruby, Python, Rust and Go thanks to WebAssembly.
🚀
Compatible
Run your workers locally, in a small device, free-tier VPS, etc. Even in other platforms.
$ curl -fsSL https://workers.wasmlabs.dev/install | bash
$ wws --help
Usage: wws [OPTIONS] [PATH] [COMMAND]
Commands:
runtimes Manage the language runtimes in your project
help Print this message or the help of the given subcommand(s)
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]
--prefix <PREFIX> Prepend the given path to all URLs [default: ]
-h, --help Print help information
-V, --version Print version information