We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7f88c commit 4a98647Copy full SHA for 4a98647
examples/rust/components/dog-fetcher/wadm.yaml
@@ -13,7 +13,7 @@ spec:
13
properties:
14
# To use the locally compiled code in this folder, use the line below instead after running `wash build`:
15
# image: file://./build/dog_fetcher_s.wasm
16
- image: ghcr.io/wasmcloud/components/dog-fetcher:0.1.0
+ image: ghcr.io/wasmcloud/components/dog-fetcher-rust:0.1.0
17
traits:
18
# Govern the spread/scheduling of the component
19
- type: spreadscaler
0 commit comments