5 unstable releases

new 0.3.0 Nov 16, 2024
0.2.0 Jun 2, 2024
0.1.2 Apr 5, 2023
0.1.1 Feb 22, 2023
0.1.0 Feb 22, 2023

#177 in HTTP server

Download history 2781/week @ 2024-07-27 1356/week @ 2024-08-03 1927/week @ 2024-08-10 2445/week @ 2024-08-17 723/week @ 2024-08-24 1488/week @ 2024-08-31 966/week @ 2024-09-07 1850/week @ 2024-09-14 1669/week @ 2024-09-21 2201/week @ 2024-09-28 1554/week @ 2024-10-05 4405/week @ 2024-10-12 2963/week @ 2024-10-19 1816/week @ 2024-10-26 1724/week @ 2024-11-02 793/week @ 2024-11-09

8,093 downloads per month
Used in 10 crates (2 directly)

MIT license

12KB
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

~3–4.5MB
~79K SLoC