3 releases

0.1.2 Apr 5, 2023
0.1.1 Feb 22, 2023
0.1.0 Feb 22, 2023

#545 in HTTP server

Download history 2089/week @ 2023-12-18 387/week @ 2023-12-25 1608/week @ 2024-01-01 2134/week @ 2024-01-08 881/week @ 2024-01-15 1472/week @ 2024-01-22 1807/week @ 2024-01-29 1017/week @ 2024-02-05 870/week @ 2024-02-12 1924/week @ 2024-02-19 1699/week @ 2024-02-26 1166/week @ 2024-03-04 1740/week @ 2024-03-11 2037/week @ 2024-03-18 963/week @ 2024-03-25 1704/week @ 2024-04-01

6,530 downloads per month
Used in 11 crates (2 directly)

MIT license

11KB
254 lines

wcgi

Tooling for running web servers on Wasmer Deploy.

Check out the Tutorial to get started.

Repository layout

  • crates: Contains wcgi tooling for the Rust language, including a client library wcgi, a local wcgi runner and Rust examples.
    • wcgi wcgi client library for easily writing wcgi handlers in Rust.
    • wcgi_runner wcgi runner for running a wcgi server locally.
    • xtask CLI with utility commands for managing this repository.
  • examples Collection of example wcgi handlers written in Rust.

Develop

xtask

The cargo xtask command provides various management commands, like running tests, publishing all examples, ...

Execute cargo xtask in your shell to see available commands.

NOTE: can only be run when in the root directory.


lib.rs:

Common abstractions for implementing WCGI servers.

Dependencies

~2.5–3.5MB
~101K SLoC