WasmEdge / wasmedge_hyper_demo

Lightweight HTTP servers based on hyper / warp frameworks in the WasmEdge Runtime.
81 stars 15 forks source link

Build and run with Docker #2

Closed chris-crone closed 1 year ago

chris-crone commented 1 year ago

Prerequisites

Requires a version of Docker with Wasm support.

Build

docker compose build

Run

Server: docker compose run --no-TTY server Note: The server process will not stop. You will need to kill the Wasm shim to stop the process.

Client: docker compose run --no-TTY client