wasmer-examples/rust-wcgi-starter

wasi

Public
wasmer run wasmer-examples/rust-wcgi-starter

This is a template project for creating a WCGI package that can be published to the Wasmer Registry.

Getting Started

First, make sure you have Rust and its wasm32-wasi target installed.

rustup target add wasm32-wasi

Now, you can compile the project to WebAssembly.

$ cargo build --target=wasm32-wasi --release
    Finished release [optimized] target(s) in 0.00s
$ ls target/wasm32-wasi/release
build  deps  examples  incremental  wcgi-rust-template.d  wcgi-rust-template.wasm

You can also use wasmer run to run the WCGI server locally.

$ wasmer run . --net
INFO run: wasmer_wasix::runners::wcgi::runner: Starting the server address=127.0.0.1:8000 command_name="server"

[!NOTE] You can also run wasmer run wasmer-examples/rust-wcgi-starter --netto run the remote package

Deploy on Wasmer Edge

The easiest way to deploy your WCGI Rust app is to use the Wasmer Edge.

Live example: https://wcgi-rust-starter.wasmer.app/

wasmer deploy

[!NOTE] You will need to change the namespace in wasmer.toml to your own namespace and app name in app.yaml to your own app name.

A template for Rust WCGI applications


Github
More packages
access counter cgi created by https://github.com/wasmerio/wcgi-rust-template
Syuparn
Syuparn
Syuparn
Syuparn
Javascript WCGI handler
A PHP template for WCGI applications
A PHP Wordpress template for WCGI applications
A PHP Wordpress template for WCGI applications
आयुष झा (Ayush Jha)
आयुष झा (Ayush Jha)
आयुष झा (Ayush Jha)
आयुष झा (Ayush Jha)
this is a hello rust wasi application
chrishayuk avatar
chrishayuk
chrishayuk avatar
chrishayuk
PHP website via WCGI starter package
PHP website via WCGI starter package
Sample server written in Rust and deployed on Wasmer
sachamorard avatar
sachamorard
sachamorard avatar
sachamorard
wasmer-tests/wcgi-always-panic website

Making software universally accessible