Is the WASM actor component which functionality is extended by pong capability provider.
An interface for a capability provider.
An implementation of pong interface.
WASMCLOUD_OCI_ALLOWED_INSECURE allows to use local registry
wash up --allowed-insecure=localhost:5000 --nats-websocket-port 4001Start Docker registry locally
docker run -it --rm -p 5000:5000 registry:2.8Push Pong Capability Provider to the local registry
cd pong-provider && make pushexpected output: Successfully validated and pushed to localhost:5000/v2/pong_provider:0.1.0
Start the Capability Provider
cd pong-provider && make start[optional] start WasmCloud UI
wash uiBuild Ping actor and replace path to the actor in wadm.yaml
cd ping && wash buildDeploy the actor
wash app deploy wadm.yaml