wcgi-host

Crates.iowcgi-host
lib.rswcgi-host
version0.2.0
sourcesrc
created_at2023-02-22 06:47:38.430039
updated_at2024-06-02 22:46:01.530806
descriptionUtilities for implementing WCGI (Webassembly Common Gateway Interface) support in hosts.
homepagehttps://wasmer.io/
repositoryhttps://github.com/wasmerio/wcgi
max_upload_size
id791462
size17,881
Syrus Akbary (syrusakbary)

documentation

README

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.

Commit count: 0

cargo fmt