Skip to content

Commit

Permalink
Update docs/docs/intro.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Fernández López <[email protected]>
  • Loading branch information
ssssota and ereslibre authored Oct 19, 2022
1 parent 26f9fda commit 1790bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# What's Wasm Workers Server?

Wasm Workers Server is a project that allows you to run serverless code using a lightweight construct called "workers", explained later in the document. There server itself is implemented as a self-contained binary that routes HTTP requests to a WebAssembly runtime that hosts the workers. It looks for `.wasm` and other compatible modules (like JavaScript files) in the given folder and associate HTTP endpoints based on their path:
Wasm Workers Server is a project that allows you to run serverless code using a lightweight construct called "workers", explained later in the document. The server itself is implemented as a self-contained binary that routes HTTP requests to a WebAssembly runtime that hosts the workers. It looks for `.wasm` and other compatible modules (like JavaScript files) in the given folder and associate HTTP endpoints based on their path:

```bash
$ wws --help
Expand Down

0 comments on commit 1790bfc

Please sign in to comment.