Yurii Sokolovskyi 8708b8e54b Initial commit il y a 4 mois
..
src 8708b8e54b Initial commit il y a 4 mois
Cargo.toml 8708b8e54b Initial commit il y a 4 mois
README.md 8708b8e54b Initial commit il y a 4 mois

README.md

WasmEdge WASI Socket Http Server Demo

This demo runs an echo server on localhost.

Build

cargo build --target wasm32-wasi --release

Run

wasmedge target/wasm32-wasi/release/http_server.wasm

Test

In another terminal window, do the following.

curl -X POST http://127.0.0.1:1234 -d "name=WasmEdge"
echo: name=WasmEdge