Skip to Content

WCGI Runner

WCGI allows you to use normal CGI  applications in WebAssembly. It is a simple wrapper around the WASI interface.

If you have a CGI program, just try to compile it to WebAssembly and WASI and run it with WCGI.

You can read more about WCGI here:

https://wasmer.io/posts/announcing-wcgi 

Usage

To use the WCGI runner, you need to specify the runner for your package in your wasmer.toml file:

wasmer.toml
# ... [[command]] name = "proxy" module = "<your-module>" runner = "https://webc.org/runner/wcgi"

Learn More

To learn more about the WCGI runner, please click here .

Last updated on