Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 614 Bytes

README.md

File metadata and controls

54 lines (35 loc) · 614 Bytes

wasmCloud

Wasm components linked at runtime (via wRPC) and running in wasmCloud.

deployed to wasmCloud

Deploy locally

Setup

wasmCloud

Install wash with brew install wash.

wash --version
# wash 0.30.0

run

./up.fish

Build and sign the components

./build_and_sign.fish

Deploy the components with wadm

./start.fish

Redeploy the components with wadm

./restart.fish

Delete the application with wadm

./stop.fish

Stop the wasmCloud host

./down.fish